diff options
-rwxr-xr-x | xorg-server/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xorg-server/Pkgfile b/xorg-server/Pkgfile index 6576a47..661ec37 100755 --- a/xorg-server/Pkgfile +++ b/xorg-server/Pkgfile @@ -7,7 +7,7 @@ name=xorg-server version=1.11.0 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/xserver/$name-$version.tar.bz2 autoconfig-nvidia.patch 15-quirks.conf) @@ -18,6 +18,7 @@ build() { ./configure $XORG_CONFIG \ --with-module-dir=$XORG_PREFIX/lib/X11/modules \ --with-xkb-output=/var/lib/xkb \ + --with-fontrootdir=/usr/share/fonts \ --enable-install-setuid \ --disable-config-hal sed -i 's|xorgconfddir = $(datadir)|xorgconfddir = /etc|' config/Makefile |