diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-03-05 02:10:49 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-03-05 02:12:23 -0500 |
commit | cde3941e258c2837c7f82ab89406b6b1c5ce0af5 (patch) | |
tree | fd29d97b719ac034a5497e05b902b5d03ff8e34c | |
parent | games-emulation/snes9x: add 1.61 (diff) | |
download | gentoo-cde3941e258c2837c7f82ab89406b6b1c5ce0af5.tar.gz gentoo-cde3941e258c2837c7f82ab89406b6b1c5ce0af5.tar.bz2 gentoo-cde3941e258c2837c7f82ab89406b6b1c5ce0af5.zip |
games-emulation/snes9x: set REQUIRED_USE for glslang
Mostly for opengl rather than gui, technically some other features
need gui but don't want to set annoying REQUIRED_USE with common
global flags.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r-- | games-emulation/snes9x/snes9x-1.61.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-emulation/snes9x/snes9x-1.61.ebuild b/games-emulation/snes9x/snes9x-1.61.ebuild index 0442b30335df..7300fb65bb2a 100644 --- a/games-emulation/snes9x/snes9x-1.61.ebuild +++ b/games-emulation/snes9x/snes9x-1.61.ebuild @@ -23,6 +23,7 @@ LICENSE=" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="alsa debug glslang gui libretro netplay opengl oss png portaudio pulseaudio wayland xinerama +xv" +REQUIRED_USE="glslang? ( gui opengl )" RESTRICT="bindist test" # has no tests but can lead to bug #737044 RDEPEND=" |