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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jan 1 19:15:33 UTC 2013


    Date: Tuesday, January 1, 2013 @ 14:15:32
  Author: andyrtr
Revision: 174024

upgpkg: libxcb 1.9-2

enable xkb extension; FS#33259

Modified:
  libxcb/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-01 18:37:13 UTC (rev 174023)
+++ PKGBUILD	2013-01-01 19:15:32 UTC (rev 174024)
@@ -4,7 +4,7 @@
 
 pkgname=libxcb
 pkgver=1.9
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xcb.freedesktop.org/"
@@ -23,6 +23,7 @@
   PYTHON=/usr/bin/python2 
   ./autogen.sh --prefix=/usr \
     --enable-xinput \
+    --enable-xkb \
     --disable-static
   make
 }




More information about the arch-commits mailing list