ScummVM: add GLEW for shaders support

This commit is contained in:
Gerasim Troeglazov
2021-10-11 23:29:32 +10:00
parent 39f8955aaf
commit 7e1a827134

View File

@@ -7,7 +7,7 @@ were never designed!"
HOMEPAGE="https://www.scummvm.org/"
COPYRIGHT="2001-2021 ScummVM Team"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="http://www.scummvm.org/frs/scummvm/$portVersion/scummvm-$portVersion.tar.gz"
CHECKSUM_SHA256="54586e5d961e18fd854498edff82dfe47fca6f985c2909394845ccc64b06e168"
ADDITIONAL_FILES="scummvm.rdef.in"
@@ -30,6 +30,7 @@ REQUIRES="
lib:libfluidsynth$secondaryArchSuffix >= 2
lib:libfreetype$secondaryArchSuffix
lib:libgl$secondaryArchSuffix
lib:libglew$secondaryArchSuffix
lib:libglu$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
lib:libmad$secondaryArchSuffix
@@ -56,6 +57,7 @@ BUILD_REQUIRES="
devel:libfluidsynth$secondaryArchSuffix >= 2
devel:libfreetype$secondaryArchSuffix
devel:libgl$secondaryArchSuffix
devel:libglew$secondaryArchSuffix >= 2.2
devel:libglu$secondaryArchSuffix
devel:libjpeg$secondaryArchSuffix
devel:libmad$secondaryArchSuffix