diff options
author | piernov <piernov@piernov.org> | 2011-09-24 20:44:37 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-24 20:44:37 +0200 |
commit | 22f1adef21c7ffd6c5cfa76b6686784b9ecb5c7a (patch) | |
tree | e80b67440a86a86bb51218b5524c173c529981be /xorg-server | |
parent | 517674f54c1a5f434ceb1ef1d26aadd512ba7490 (diff) | |
download | gnome3-22f1adef21c7ffd6c5cfa76b6686784b9ecb5c7a.tar.gz gnome3-22f1adef21c7ffd6c5cfa76b6686784b9ecb5c7a.tar.bz2 gnome3-22f1adef21c7ffd6c5cfa76b6686784b9ecb5c7a.tar.xz gnome3-22f1adef21c7ffd6c5cfa76b6686784b9ecb5c7a.zip |
xorg-server 1.11.0-2 correction chemin fonts
Diffstat (limited to 'xorg-server')
-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 |