cairo: uses xcb if available.
This commit is contained in:
parent
6b2ae00d84
commit
2c0044e0ef
@ -2,15 +2,17 @@
|
|||||||
# URL: http://www.cairographics.org/
|
# URL: http://www.cairographics.org/
|
||||||
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
||||||
# Depends on: fontconfig, glitz, libpng, xorg-libxrender, xorg-libpixman
|
# Depends on: fontconfig, glitz, libpng, xorg-libxrender, xorg-libpixman
|
||||||
|
# Nice to have: xorg-xcb-util
|
||||||
|
|
||||||
name=cairo
|
name=cairo
|
||||||
version=1.8.6
|
version=1.8.6
|
||||||
release=1
|
release=2
|
||||||
source=(http://cairographics.org/releases/$name-$version.tar.gz)
|
source=(http://cairographics.org/releases/$name-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
|
--enable-xcb=auto \
|
||||||
--enable-ps \
|
--enable-ps \
|
||||||
--enable-pdf \
|
--enable-pdf \
|
||||||
--enable-glitz \
|
--enable-glitz \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user