[arch-commits] Commit in cairo/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Apr 1 15:12:26 UTC 2012


    Date: Sunday, April 1, 2012 @ 11:12:26
  Author: andyrtr
Revision: 155306

upgpkg: cairo 1.12.0-2

disable xlib-xcb to solve some crashes; FS#29207

Modified:
  cairo/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-01 14:23:52 UTC (rev 155305)
+++ PKGBUILD	2012-04-01 15:12:26 UTC (rev 155306)
@@ -4,7 +4,7 @@
 
 pkgname=cairo
 pkgver=1.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Cairo vector graphics library"
 arch=(i686 x86_64)
 license=('LGPL' 'MPL')
@@ -28,7 +28,7 @@
 	--localstatedir=/var \
 	--disable-static \
 	--enable-tee \
-	--enable-xlib-xcb \
+	--disable-xlib-xcb \
 	# --enable-test-surfaces \ takes ages
 	#--enable-drm # breaks build
   make




More information about the arch-commits mailing list