diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 72a4dc2a8..e8a1f7ead 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ xorg-server (2:1.5.1-2) UNRELEASED; urgency=low * debian/rules: define PCI_TXT_IDS_DIR to unbreak the pci id matching using plain text files provided by drivers. + * Don't pass --with-serverconfig-path to configure, we only used to override + it for Xprint. -- Julien Cristau <jcristau@debian.org> Thu, 25 Sep 2008 18:50:19 +0200 diff --git a/debian/rules b/debian/rules index c04a817e0..69da3cd1f 100755 --- a/debian/rules +++ b/debian/rules @@ -47,7 +47,6 @@ VENDOR = $(shell lsb_release -i -s) confflags += --disable-static \ --enable-xorg \ --with-default-font-path="/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" \ - --with-serverconfig-path=/etc/X11/xserver \ --enable-xtrap \ --enable-glx-tls \ --enable-dmx \ |