diff options
author | Julien Cristau <jcristau@debian.org> | 2008-10-11 02:49:35 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-10-11 02:49:35 +0200 |
commit | c422dc76386eee5743f74c34978f9e9d7466925b (patch) | |
tree | 8181ba2291f6b38e9d485e131c8dcd0602c2f2ce /debian/rules | |
parent | 44451bb21a9843113255ab352d917e2c4b7b399e (diff) |
Don't pass --with-serverconfig-path to configure
We only used to override it for Xprint.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |