diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-15 11:18:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-15 11:51:19 +0200 |
commit | b3c02bbc8f09abcd959d6c5e51c9936aa3253aa9 (patch) | |
tree | bf3d9ff645750c7b338785369900e5204feffe32 | |
parent | games-emulation/mupen64plus: Bump to 2.5.9 (diff) | |
download | gentoo-b3c02bbc8f09abcd959d6c5e51c9936aa3253aa9.tar.gz gentoo-b3c02bbc8f09abcd959d6c5e51c9936aa3253aa9.tar.bz2 gentoo-b3c02bbc8f09abcd959d6c5e51c9936aa3253aa9.zip |
games-emulation/mupen64plus-core: Depend on sdl2[gles?]
Closes: https://bugs.gentoo.org/654542
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | games-emulation/mupen64plus-core/mupen64plus-core-2.5.9.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9.ebuild b/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9.ebuild index ca45a085896b..a6144ccc365b 100644 --- a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9.ebuild +++ b/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9.ebuild @@ -18,6 +18,7 @@ IUSE="debugger gles2 lirc new-dynarec opencv +osd cpu_flags_x86_sse" RDEPEND="media-libs/libpng:0= media-libs/libsdl2:0=[joystick,opengl,video] sys-libs/zlib:0=[minizip] + gles2? ( media-libs/libsdl2:0[gles] ) lirc? ( app-misc/lirc:0 ) opencv? ( media-libs/opencv:= ) osd? ( |