* Remove the --enable-explicit-deps flag. Closes: #343711, thanks Tom
Parker. If some other packages still rely on having explicit X11 dependencies, they are buggy and need to be fixed anyway.
This commit is contained in:
parent
1cd8daf664
commit
c47c30ad17
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,8 +1,11 @@
|
||||
gtk+2.0 (2.12.1-2) UNRELEASED; urgency=low
|
||||
|
||||
* Stop suggesting gtk-engines-pixmap.
|
||||
* Remove the --enable-explicit-deps flag. Closes: #343711, thanks Tom
|
||||
Parker. If some other packages still rely on having explicit X11
|
||||
dependencies, they are buggy and need to be fixed anyway.
|
||||
|
||||
-- Josselin Mouette <joss@debian.org> Fri, 26 Oct 2007 11:03:24 +0200
|
||||
-- Josselin Mouette <joss@debian.org> Fri, 26 Oct 2007 13:17:12 +0200
|
||||
|
||||
gtk+2.0 (2.12.1-1) unstable; urgency=low
|
||||
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -111,7 +111,6 @@ common_configure_flags := \
|
||||
--infodir=\$${prefix}/share/info \
|
||||
--sysconfdir=/etc \
|
||||
--with-html-dir=\$${prefix}/share/doc/$(DOC_PKG) \
|
||||
--enable-explicit-deps=yes \
|
||||
--enable-test-print-backend
|
||||
ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
|
||||
common_configure_flags += --build=$(DEB_BUILD_GNU_TYPE)
|
||||
|
Loading…
Reference in New Issue
Block a user