summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/xorg-server/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-01-12 23:33:29 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-01-12 23:33:29 (GMT)
commit0c175bafc1fc5d3a3b884de3d8aed6f538a31552 (patch)
treeddc0897e068691eef2a67d0228e170f4ded3d9fd /abs/core-testing/xorg-server/PKGBUILD
parent07ff295fc2a8b985b7c213c15decf5dabdaeff10 (diff)
downloadlinhes_pkgbuild-0c175bafc1fc5d3a3b884de3d8aed6f538a31552.zip
linhes_pkgbuild-0c175bafc1fc5d3a3b884de3d8aed6f538a31552.tar.gz
linhes_pkgbuild-0c175bafc1fc5d3a3b884de3d8aed6f538a31552.tar.bz2
enabled null-root-cursor.
Diffstat (limited to 'abs/core-testing/xorg-server/PKGBUILD')
-rw-r--r--abs/core-testing/xorg-server/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/xorg-server/PKGBUILD b/abs/core-testing/xorg-server/PKGBUILD
index 2dacf0b..51f75f8 100644
--- a/abs/core-testing/xorg-server/PKGBUILD
+++ b/abs/core-testing/xorg-server/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=xorg-server
pkgver=1.5.3
-pkgrel=4
+pkgrel=5
pkgdesc="X.Org X servers"
arch=('i686' 'x86_64')
license=('custom')
@@ -78,7 +78,7 @@ build() {
--with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1 \
--with-xkb-path=/usr/share/X11/xkb \
--with-xkb-output=/var/lib/xkb \
- --with-dri-driver-path=/usr/lib/xorg/modules/dri || return 1
+ --with-dri-driver-path=/usr/lib/xorg/modules/dri --enable-null-root-cursor || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1