diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xcb-util/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xorg/xorg-xcb-util/Pkgfile b/xorg/xorg-xcb-util/Pkgfile index 17aa65aa0..a273cd9fc 100644 --- a/xorg/xorg-xcb-util/Pkgfile +++ b/xorg/xorg-xcb-util/Pkgfile @@ -1,6 +1,7 @@ # Description: XCB utilities library # URL: http://xcb.freedesktop.org # Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-libxcb gperf # Run on: xorg-libxcb,gperf @@ -12,7 +13,7 @@ source=(http://xcb.freedesktop.org/dist/xcb-util-$version.tar.bz2) build() { cd xcb-util-$version - ./configure --prefix=/usr + ./configure $XORG_CONFIG make make DESTDIR=$PKG install |