supertux: Add missing sdl_image dependency

This commit is contained in:
François Revol
2014-07-04 01:04:29 +02:00
parent a4503a220d
commit ded0238ff6

View File

@@ -24,10 +24,12 @@ REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion
lib:libSDL_1.2$secondaryArchSuffix >= 0.11.4
lib:libSDL_mixer_1.2$secondaryArchSuffix >= 0.12.0
lib:libSDL_image_1.2$secondaryArchSuffix >= 0.8.4
"
BUILD_REQUIRES="
devel:libSDL_1.2$secondaryArchSuffix >= 0.11.4
devel:libSDL_mixer_1.2$secondaryArchSuffix >= 0.12.0
devel:libSDL_image_1.2$secondaryArchSuffix >= 0.8.4
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion