summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxcb
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-libxcb')
-rw-r--r--xorg/xorg-libxcb/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-libxcb/Pkgfile b/xorg/xorg-libxcb/Pkgfile
index c8c762f42..43b44666b 100644
--- a/xorg/xorg-libxcb/Pkgfile
+++ b/xorg/xorg-libxcb/Pkgfile
@@ -7,14 +7,12 @@
name=xorg-libxcb
version=1.7
-release=1
+release=2
source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2)
build() {
cd libxcb-$version
-
- PYTHON=python2 ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install