Removed for libGL provides, this should be the library version not the

This commit is contained in:
Scott McCreary
2013-12-18 19:59:21 -08:00
parent 431d0c94e1
commit 8c6f1734a4
2 changed files with 5 additions and 4 deletions

View File

@@ -20,12 +20,13 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
mesa$secondaryArchSuffix = $portVersion compat >= 10.0
lib:libGL$secondaryArchSuffix = $portVersion compat <= 3.3
lib:libGL$secondaryArchSuffix
"
REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
"
# We're locked to LLVM 3.2 as 3.3 is broken at the moment on Haiku.
@@ -33,7 +34,6 @@ BUILD_REQUIRES="
# As LLVM is only linked into the swpipe renderer (and not libGL)
# changing LLVM versions shouldn't introduce any abi issues.
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
libxml2_python
llvm == 3.2
cmd:bison

View File

@@ -21,16 +21,17 @@ SECONDARY_ARCHITECTURES="?x86_gcc2"
PROVIDES="
mesa$secondaryArchSuffix = $portVersion compat >= 7.9
lib:libGL$secondaryArchSuffix = $portVersion compat <= 2.1
lib:libGL$secondaryArchSuffix
"
REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
libxml2_python
cmd:bison
cmd:find