Add missing libGL dependencies

As libGL is no longer provided by the haiku package, things now have to
explicitly depend on it.
This commit is contained in:
Adrien Destugues
2014-01-05 22:51:21 +01:00
parent c0de9dd386
commit a5c07c6438
7 changed files with 266 additions and 9 deletions

View File

@@ -7,13 +7,14 @@ OpenGL.
HOMEPAGE="http://www.libsdl.org/"
SRC_URI="http://www.libsdl.org/release/SDL-1.2.15.tar.gz"
CHECKSUM_MD5="9d96df8417572a2afb781a7c4c811a85"
REVISION="3"
REVISION="4"
LICENSE="GNU LGPL v2.1"
COPYRIGHT="1997-2012 Sam Lantinga"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PATCHES="libsdl-1.2.15.patchset"
PROVIDES="
libsdl$secondaryArchSuffix = $portVersion
lib:libSDL$secondaryArchSuffix = 1.2_0.11.4 compat >= 1.2_0
@@ -161,4 +162,5 @@ PROVIDES_devel="
REQUIRES_devel="
libsdl${secondaryArchSuffix} == $portVersion base
devel:libGL$secondaryArchSuffix
"