diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-15 11:33:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-15 11:51:22 +0200 |
commit | cdac2757d0bdd9582146655e47918978aa92f509 (patch) | |
tree | e1449900ecfc6f29a5aa1fe8716e8b74b56d387c /games-emulation/mupen64plus-video-glide64mk2 | |
parent | games-emulation/mupen64plus-video-rice: Depend on sdl2[gles?] (diff) | |
download | gentoo-cdac2757d0bdd9582146655e47918978aa92f509.tar.gz gentoo-cdac2757d0bdd9582146655e47918978aa92f509.tar.bz2 gentoo-cdac2757d0bdd9582146655e47918978aa92f509.zip |
games-emulation/mupen64plus-video-glide*: Switch to bundled txc_dxtn
Bug: https://bugs.gentoo.org/654470
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-emulation/mupen64plus-video-glide64mk2')
-rw-r--r-- | games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9.ebuild b/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9.ebuild index 2f051e1e4bd8..6372f0107c02 100644 --- a/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9.ebuild +++ b/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9.ebuild @@ -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 ) |