cairo: don't use xlib-xcb surface backend, there are some artifacts.
This commit is contained in:
parent
06188a234f
commit
aa5d0c3764
2 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
revision=2
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template build file for 'cairo'.
|
# Template build file for 'cairo'.
|
||||||
pkgname=cairo
|
pkgname=cairo
|
||||||
version=1.10.2
|
version=1.10.2
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
|
distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-xlib --enable-xcb --enable-xlib-xcb
|
configure_args="--enable-xlib --enable-xcb --enable-xlib-xcb=no
|
||||||
--enable-png --disable-directfb --enable-ft --enable-pdf
|
--enable-png --disable-directfb --enable-ft --enable-pdf
|
||||||
--enable-ps --enable-svg --disable-gcov --enable-gl"
|
--enable-ps --enable-svg --disable-gcov --enable-gl --enable-xlib-xrender"
|
||||||
short_desc="Vector graphics library with cross-device output support"
|
short_desc="Vector graphics library with cross-device output support"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=32018c7998358eebc2ad578ff8d8559d34fc80252095f110a572ed23d989fc41
|
checksum=32018c7998358eebc2ad578ff8d8559d34fc80252095f110a572ed23d989fc41
|
||||||
|
|
Loading…
Reference in a new issue