Drop --disable-xprint from configure flags, it's not used anywhere.
This commit is contained in:
parent
9ab1005a2c
commit
e6b6d2b33d
|
@ -2,6 +2,7 @@ x11-xserver-utils (7.6+4) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* xset 1.2.2
|
* xset 1.2.2
|
||||||
+ add build-dep on x11proto-core-dev 7.0.17
|
+ add build-dep on x11proto-core-dev 7.0.17
|
||||||
|
* Drop --disable-xprint from configure flags, it's not used anywhere.
|
||||||
|
|
||||||
-- Julien Cristau <jcristau@debian.org> Sun, 31 Jul 2011 14:31:05 +0200
|
-- Julien Cristau <jcristau@debian.org> Sun, 31 Jul 2011 14:31:05 +0200
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,6 @@ $(STAMP_DIR)/build-%: $(STAMP_DIR)/genscripts $(STAMP_DIR)/patch
|
||||||
cd $*-build && \
|
cd $*-build && \
|
||||||
../$*/configure --prefix=/usr --mandir=\$${prefix}/share/man \
|
../$*/configure --prefix=/usr --mandir=\$${prefix}/share/man \
|
||||||
--infodir=\$${prefix}/share/info $(confflags) \
|
--infodir=\$${prefix}/share/info $(confflags) \
|
||||||
--disable-xprint \
|
|
||||||
CFLAGS="$(CFLAGS)" \
|
CFLAGS="$(CFLAGS)" \
|
||||||
RSH=rsh \
|
RSH=rsh \
|
||||||
MANCONF="/etc/manpath.config"
|
MANCONF="/etc/manpath.config"
|
||||||
|
|
Loading…
Reference in New Issue