fs-uae: fix libsdl2 dependency naming (#1787)

This commit is contained in:
Chris Moore
2017-11-12 16:10:30 +00:00
committed by diversys
parent 422d26d4ea
commit 23e0437cb1

View File

@@ -35,7 +35,7 @@ available on fs-uae.net."
HOMEPAGE="https://fs-uae.net/"
COPYRIGHT="2011-2017 Frode Solheim"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://fs-uae.net/stable/${portVersion}/fs-uae-${portVersion}.tar.gz"
CHECKSUM_SHA256="e2d5414d07c8bd5b740716471183bc5516bec0ae2989449c3026374dc4b86292"
SOURCE_DIR="fs-uae-$portVersion"
@@ -61,7 +61,7 @@ REQUIRES="
lib:libmpeg2$secondaryArchSuffix
lib:libopenal$secondaryArchSuffix
lib:libpng16$secondaryArchSuffix
lib:libsdl2$secondaryArchSuffix
lib:libsdl2_2.0$secondaryArchSuffix
lib:libx11$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
@@ -74,7 +74,7 @@ BUILD_REQUIRES="
devel:libmpeg2$secondaryArchSuffix
devel:libopenal$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libsdl2$secondaryArchSuffix
devel:libsdl2_2.0$secondaryArchSuffix
devel:libx11$secondaryArchSuffix
"