games-emulation/mupen64plus-video-glide*: Switch to bundled txc_dxtn
authorMichał Górny <mgorny@gentoo.org>
Sun, 15 Sep 2019 09:33:10 +0000 (11:33 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 15 Sep 2019 09:51:22 +0000 (11:51 +0200)
Bug: https://bugs.gentoo.org/654470
Signed-off-by: Michał Górny <mgorny@gentoo.org>
games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9.ebuild

index 2f051e1e4bd86498e9c5580f369ce45d6cba32a2..6372f0107c020c42fabdbf98036b51a2f2e9f9c8 100644 (file)
@@ -19,7 +19,6 @@ IUSE="gles2 hires cpu_flags_x86_sse"
 RDEPEND=">=games-emulation/mupen64plus-core-2.5:0=[gles2=]
        media-libs/libpng:0=
        media-libs/libsdl2:0=[video]
-       media-libs/libtxc_dxtn
        sys-libs/zlib:0=
        virtual/opengl:0=
        gles2? ( media-libs/libsdl2:0[gles] )
@@ -74,8 +73,9 @@ src_compile() {
                HIRES=$(usex hires 1 0)
                USE_FRAMESKIPPER=1
                USE_GLES=$(usex gles2 1 0)
-               # use external lib
-               TXCDXTN=1
+               # use bundled lib
+               # https://bugs.gentoo.org/654470
+               TXCDXTN=0
        )
 
        use amd64 && MAKEARGS+=( HOST_CPU=x86_64 )