cairo: uses xcb if available.

This commit is contained in:
Tilman Sauerbeck 2009-01-10 11:07:55 +01:00
parent 6b2ae00d84
commit 2c0044e0ef

View File

@ -2,15 +2,17 @@
# URL: http://www.cairographics.org/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: fontconfig, glitz, libpng, xorg-libxrender, xorg-libpixman
# Nice to have: xorg-xcb-util
name=cairo
version=1.8.6
release=1
release=2
source=(http://cairographics.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--enable-xcb=auto \
--enable-ps \
--enable-pdf \
--enable-glitz \