summaryrefslogtreecommitdiff
path: root/extra/libxcb
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-02 00:03:46 -0800
committerroot <root@rshg054.dnsready.net>2013-01-02 00:03:46 -0800
commitc288a123dd9113afec1a1cc6a2d62fde30307cfa (patch)
tree4aa9ebb03bceb7effc3804a7f2873a4dcdaacdab /extra/libxcb
parent26ac5932cb02318206fa6a528ed4bd82ad6af87c (diff)
Wed Jan 2 00:03:46 PST 2013
Diffstat (limited to 'extra/libxcb')
-rw-r--r--extra/libxcb/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/libxcb/PKGBUILD b/extra/libxcb/PKGBUILD
index c6564337c..1bc3cab9e 100644
--- a/extra/libxcb/PKGBUILD
+++ b/extra/libxcb/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 168376 2012-10-09 16:18:34Z andyrtr $
+# $Id: PKGBUILD 174025 2013-01-01 19:16:09Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Alexander Baldeck <alexander@archlinux.org>
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 @@ build() {
PYTHON=/usr/bin/python2
./autogen.sh --prefix=/usr \
--enable-xinput \
+ --enable-xkb \
--disable-static
make
}