Restore the no longer default, sensible defaults.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2005-06-23 00:44:25 +00:00
parent 7275146d4d
commit d103642201
2 changed files with 10 additions and 5 deletions

11
debian/rules vendored
View File

@@ -216,10 +216,12 @@ configure-gtk-shared-stamp:
--cache-file=$(config_cache) \
--with-flavour=$(DEBIAN_WXFLAVOUR) \
--with-gtk \
--with-opengl \
--with-gnomeprint \
--with-zlib=sys \
--with-libjpeg=sys \
--with-libpng=sys \
--with-libtiff=sys
--with-libtiff=sys \
touch $@
build-gtk-shared-stamp: configure-gtk-shared-stamp
@@ -236,11 +238,14 @@ configure-gtk-debug-stamp:
--cache-file=$(config_cache) \
--with-flavour=$(DEBIAN_WXFLAVOUR) \
--with-gtk \
--enable-debug \
--with-opengl \
--with-gnomeprint \
--with-zlib=sys \
--with-libjpeg=sys \
--with-libpng=sys \
--with-libtiff=sys
--with-libtiff=sys \
--enable-debug \
--enable-unicode
touch $@
build-gtk-debug-stamp: configure-gtk-debug-stamp