cairo: add support for different Mesa versions

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-11-01 22:14:30 +01:00
parent 3b30bc4f2d
commit 824ebbf93d

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="LGPL" PKG_LICENSE="LGPL"
PKG_SITE="http://cairographics.org/" PKG_SITE="http://cairographics.org/"
PKG_URL="http://cairographics.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="http://cairographics.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="zlib freetype fontconfig libpng pixman libXrender libX11 Mesa" PKG_DEPENDS="zlib freetype fontconfig libpng pixman libXrender libX11 $MESA"
PKG_BUILD_DEPENDS="toolchain zlib freetype fontconfig libpng pixman libXrender libX11 Mesa" PKG_BUILD_DEPENDS="toolchain zlib freetype fontconfig libpng pixman libXrender libX11 $MESA"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="graphics" PKG_SECTION="graphics"
PKG_SHORTDESC="cairo: Multi-platform 2D graphics library" PKG_SHORTDESC="cairo: Multi-platform 2D graphics library"