Remove --enable-xinput configure flag as xinput support is no longer

optional and this flag has thus been removed upstream.
This commit is contained in:
Michael Biebl 2012-04-16 13:23:13 +00:00
parent 0c290b9332
commit ebadd6ec11
2 changed files with 4 additions and 3 deletions

4
debian/changelog vendored
View File

@ -15,8 +15,10 @@ gtk+3.0 (3.4.1-1) UNRELEASED; urgency=low
readable.
* Bump Standards-Version to 3.9.3.
* Update Vcs-* URLs.
* Remove --enable-xinput configure flag as xinput support is no longer
optional and this flag has thus been removed upstream.
-- Michael Biebl <biebl@debian.org> Mon, 16 Apr 2012 00:51:45 +0200
-- Michael Biebl <biebl@debian.org> Mon, 16 Apr 2012 15:19:01 +0200
gtk+3.0 (3.4.0-1) experimental; urgency=low

3
debian/rules vendored
View File

@ -55,8 +55,7 @@ DEB_DH_INSTALL_ARGS_$(UDEB_PKG) += --sourcedir=debian/install/shared_udeb
DEB_CONFIGURE_EXTRA_FLAGS = \
--libdir=/$(LIBDIR) \
--enable-test-print-backend \
--enable-xinput
--enable-test-print-backend
DEB_CONFIGURE_FLAGS_shared = \
--enable-gtk-doc \