mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
libsdl2: Fix recipe
* Missing libglu devel headers * Devel defines are supposed to reflect library names. libSDL2... not libsdl2... * Mesa is commented out for now until we have our OpenGL kit completely in Mesa.
This commit is contained in:
@@ -16,8 +16,9 @@ PROVIDES="
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
lib:libGL
|
||||
lib:libglu
|
||||
lib:libroot
|
||||
lib:libbe
|
||||
lib:libmedia
|
||||
@@ -30,7 +31,9 @@ REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
# devel:mesa
|
||||
devel:libglu
|
||||
devel:libpng
|
||||
devel:libjpeg
|
||||
# devel:libtiff
|
||||
@@ -75,10 +78,10 @@ INSTALL()
|
||||
# ----- devel package -------------------------------------
|
||||
PROVIDES_devel="
|
||||
cmd:sdl2_config = $portVersion compat >= 2.0
|
||||
devel:libsdl2_2.0 = 0.12.0 compat >= 0
|
||||
devel:libsdl2 = 0.12.0 compat >= 0
|
||||
devel:libsdl2main = 0.12.0 compat >= 0
|
||||
devel:libsdl2_test = 0.12.0 compat >= 0
|
||||
devel:libSDL2_2.0 = 0.12.0 compat >= 0
|
||||
devel:libSDL2 = 0.12.0 compat >= 0
|
||||
devel:libSDL2main = 0.12.0 compat >= 0
|
||||
devel:libSDL2_test = 0.12.0 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
|
||||
Reference in New Issue
Block a user