# HG changeset patch # User Christophe Lincoln # Date 1335968155 -7200 # Node ID c4a1d70d3b9d38e5732e8ddd532cdde6e2c55c84 # Parent bb299a081d9440b3498c4788bd8b977109bb5dba xorg-server: fix font path diff -r bb299a081d94 -r c4a1d70d3b9d xorg-server/receipt --- a/xorg-server/receipt Wed May 02 16:12:14 2012 +0200 +++ b/xorg-server/receipt Wed May 02 16:15:55 2012 +0200 @@ -43,8 +43,11 @@ --enable-xephyr \ --enable-config-udev \ --disable-config-dbus \ - --with-fontrootdir=/usr/share/fonts \ + --disable-docs \ + --disable-devel-docs \ + --with-fontrootdir=/usr/share/fonts/X11 \ --with-os-name="SliTaz GNU/Linux" \ + --with-vendor-web="http://www.slitaz.org/" \ --with-builder-addr=$MAINTAINER \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install