xorg-server: use the default font root directory.

This commit is contained in:
Tilman Sauerbeck 2010-06-26 18:23:53 +02:00
parent 5f0d8751b5
commit fddb7ff52c

View File

@ -5,7 +5,7 @@
name=xorg-server name=xorg-server
version=1.8.1 version=1.8.1
release=1 release=2
source=(http://xorg.freedesktop.org/releases/individual/xserver/$name-$version.tar.bz2) source=(http://xorg.freedesktop.org/releases/individual/xserver/$name-$version.tar.bz2)
build() { build() {
@ -14,7 +14,6 @@ build() {
./configure --prefix=/usr --enable-dri \ ./configure --prefix=/usr --enable-dri \
--localstatedir=/var --mandir=/usr/man \ --localstatedir=/var --mandir=/usr/man \
--with-xkb-output=/var/lib/xkb \ --with-xkb-output=/var/lib/xkb \
--with-fontrootdir=/usr/lib/X11/fonts \
--with-sha1=libcrypto \ --with-sha1=libcrypto \
--disable-config-dbus --disable-config-dbus