From: Michał Górny Date: Sun, 15 Sep 2019 09:19:04 +0000 (+0200) Subject: games-emulation/mupen64plus-video-rice: Depend on sdl2[gles?] X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bb64a3c5ae86123133d7752a111f44bd016d1a86;p=gentoo.git games-emulation/mupen64plus-video-rice: Depend on sdl2[gles?] Closes: https://bugs.gentoo.org/654542 Signed-off-by: Michał Górny --- diff --git a/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.5.9.ebuild b/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.5.9.ebuild index d5714c0178cc..07453e8b3b5c 100644 --- a/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.5.9.ebuild +++ b/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.5.9.ebuild @@ -18,7 +18,8 @@ IUSE="gles2 cpu_flags_x86_sse" RDEPEND=">=games-emulation/mupen64plus-core-2.5:0=[gles2=] media-libs/libpng:0= media-libs/libsdl2:0=[video] - virtual/opengl:0=" + virtual/opengl:0= + gles2? ( media-libs/libsdl2:0[gles] )" DEPEND="${RDEPEND} virtual/pkgconfig"