diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-18 14:19:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-18 14:19:46 +0000 |
commit | 295c5335bed8bb31325d499d4afcbd5a158364a1 (patch) | |
tree | f031c0cc3dcb31ad21f409694dfc6e9ff95d78d8 /main/cairo | |
parent | 562f63fe48ccc347bd973fbfcfdabe8f01ae4663 (diff) | |
download | aports-295c5335bed8bb31325d499d4afcbd5a158364a1.tar.bz2 aports-295c5335bed8bb31325d499d4afcbd5a158364a1.tar.xz |
main/cairo: enable tee backend
xulrunner wants it
Diffstat (limited to 'main/cairo')
-rw-r--r-- | main/cairo/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/cairo/APKBUILD b/main/cairo/APKBUILD index 19f152b19..02aa05966 100644 --- a/main/cairo/APKBUILD +++ b/main/cairo/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cairo pkgver=1.10.2 -pkgrel=3 +pkgrel=4 pkgdesc="Cairo vector graphics library" url="http://cairographics.org/" arch="all" @@ -25,6 +25,7 @@ build() { --enable-xcb \ --enable-gl \ --enable-gobject \ + --enable-tee \ --disable-static || return 1 make || return 1 } |