diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-12-31 13:04:26 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-12-31 13:10:00 +0000 |
commit | 2bc5af376e6786dec0ff5584474ad3733226971d (patch) | |
tree | 725d399b0855f4a0525885dde29192b954c6c5bc /games-engines/scummvm | |
parent | x11-terms/alacritty: set minimum rust versions (diff) | |
download | gentoo-2bc5af376e6786dec0ff5584474ad3733226971d.tar.gz gentoo-2bc5af376e6786dec0ff5584474ad3733226971d.tar.bz2 gentoo-2bc5af376e6786dec0ff5584474ad3733226971d.zip |
games-engines/scummvm: GLEW has been dropped in favour of GLAD
GLAD is just a single header, so it is bundled. We don't have a
package for it.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-engines/scummvm')
-rw-r--r-- | games-engines/scummvm/metadata.xml | 1 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-9999.ebuild | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/games-engines/scummvm/metadata.xml b/games-engines/scummvm/metadata.xml index 3cd0b4790f5b..cc741edd69c6 100644 --- a/games-engines/scummvm/metadata.xml +++ b/games-engines/scummvm/metadata.xml @@ -12,7 +12,6 @@ <use> <flag name="fluidsynth">compile with support for fluidsynth</flag> <flag name="fribidi">Support for right-to-left languages via <pkg>dev-libs/fribidi</pkg></flag> - <flag name="glew">enable support for OpenGL Extension Wrangler Library (<pkg>media-libs/glew</pkg>)</flag> <flag name="mpeg2">enable mpeg2 codec for cutscenes</flag> <flag name="net">enable cloud support via <pkg>media-libs/sdl2-net</pkg></flag> <flag name="sndio">Enable support for MIDI music using <pkg>media-sound/sndio</pkg></flag> diff --git a/games-engines/scummvm/scummvm-9999.ebuild b/games-engines/scummvm/scummvm-9999.ebuild index 9f70736f67ee..fb4d5b239514 100644 --- a/games-engines/scummvm/scummvm-9999.ebuild +++ b/games-engines/scummvm/scummvm-9999.ebuild @@ -18,7 +18,7 @@ fi LICENSE="GPL-2+ LGPL-2.1 BSD GPL-3-with-font-exception" SLOT="0" -IUSE="a52 aac alsa debug flac fluidsynth fribidi gif glew +gtk jpeg lua mpeg2 mp3 +net opengl png sndio speech theora truetype unsupported vorbis zlib" +IUSE="a52 aac alsa debug flac fluidsynth fribidi gif +gtk jpeg lua mpeg2 mp3 +net opengl png sndio speech theora truetype unsupported vorbis zlib" RESTRICT="test" # it only looks like there's a test there #77507 RDEPEND=" @@ -47,7 +47,6 @@ RDEPEND=" media-libs/mesa[gles2] media-libs/mesa[gles1] ) - glew? ( media-libs/glew:0= ) ) png? ( media-libs/libpng:0 ) sndio? ( media-sound/sndio:= ) @@ -104,7 +103,6 @@ src_configure() { $(usex fluidsynth '' --disable-fluidsynth) $(use_enable fribidi) $(use_enable gif) - $(use opengl && use_enable glew) $(use_enable gtk) $(use_enable jpeg) $(use_enable lua) |