mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
supertux: Add OpenGL dependencies
Also update the patch name. This should enable building with OpenGL.
This commit is contained in:
@@ -14,7 +14,7 @@ COPYRIGHT="2003 SuperTux Devel Team"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="supertux-0.1.3.patch"
|
||||
PATCHES="supertux-0.1.3.patchset"
|
||||
|
||||
PROVIDES="
|
||||
supertux$secondaryArchSuffix = $portVersion
|
||||
@@ -22,19 +22,23 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
lib:libGL$secondaryArchSuffix
|
||||
lib:libGLU$secondaryArchSuffix
|
||||
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
|
||||
lib:libz$secondaryArchSuffix >= 1.2.8
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
devel:libGL$secondaryArchSuffix
|
||||
devel:libGLU$secondaryArchSuffix
|
||||
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
|
||||
devel:libz$secondaryArchSuffix >= 1.2.8
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
cmd:autoconf
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user