mesa: Add libGL compat version matching latest OpenGL ver

* This pacakage will likely be replaced by 10.0.1 at some
  point + a patch to introduce include/HaikuGL
This commit is contained in:
Alexander von Gluck IV
2013-12-19 16:34:40 -06:00
parent bcac4571ee
commit 11303ceac7

View File

@@ -9,7 +9,7 @@ COPYRIGHT="1999-2013 Brian Paul All Rights Reserved."
LICENSE="MIT"
SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/10.0/MesaLib-10.0.0.tar.bz2"
CHECKSUM_MD5="f3fe55d9735bea158bbe97ed9a0da819"
REVISION="1"
REVISION="2"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
@@ -20,7 +20,7 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
mesa$secondaryArchSuffix = $portVersion compat >= 10.0
lib:libGL$secondaryArchSuffix = $portVersion compat >= 10.0
lib:libGL$secondaryArchSuffix = $portVersion compat <= 3.3
"
REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion