]> git.saurik.com Git - wxWidgets.git/commitdiff
Enable gnomeprint support for the .debs
authorRon Lee <ron@debian.org>
Sun, 13 Feb 2005 12:38:16 +0000 (12:38 +0000)
committerRon Lee <ron@debian.org>
Sun, 13 Feb 2005 12:38:16 +0000 (12:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

debian/control.in
debian/rules

index bc4a047afcdaa74b637ce7b15b90bd0854b947c2..248304493569112e598c1d604d535abe2b57c2c7 100644 (file)
@@ -1,7 +1,7 @@
 Source: wxwidgets=V
 Section: libs
 Priority: optional
-Build-Depends: debhelper (>=4.0), flex, bison, gettext, libgtk2.0-dev, =PY, =PY-dev, zlib1g-dev, libjpeg62-dev, libpng12-dev, libtiff4-dev, xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev, libesd0-dev
+Build-Depends: debhelper (>=4.0), flex, bison, gettext, libgtk2.0-dev, =PY, =PY-dev, zlib1g-dev, libjpeg62-dev, libpng12-dev, libtiff4-dev, xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev, libesd0-dev, libgnomeprintui2.2-dev
 Maintainer: Ron Lee <ron@debian.org>
 Standards-Version: 3.6.1.1
 
@@ -9,6 +9,7 @@ Package: libwxgtk=SOV
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
+Suggests: libgnomeprintui2.2-0
 Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
  wxWidgets (formerly known as wxWindows) is a class library for C++ providing
  GUI components and other facilities on several popular platforms (and some
index 4c2c7457d5dd5b25e30ec47022aed3752818cf80..c51f6776c16c44efdee4fde97c42247e24b37e7c 100755 (executable)
@@ -225,6 +225,7 @@ configure-gtk-shared-stamp:
                                --with-libjpeg=sys                      \
                                --with-libpng=sys                       \
                                --with-libtiff=sys                      \
+                               --with-gnomeprint                       \
                                --enable-dynamic-loader                 \
                                --enable-std_iostreams
        touch $@
@@ -249,6 +250,7 @@ configure-gtk-static-stamp:
                                --with-libjpeg=sys                      \
                                --with-libpng=sys                       \
                                --with-libtiff=sys                      \
+                               --with-gnomeprint                       \
                                --enable-dynamic-loader                 \
                                --enable-std_iostreams
        touch $@
@@ -273,6 +275,7 @@ configure-gtk-debug-stamp:
                                --with-libjpeg=sys                      \
                                --with-libpng=sys                       \
                                --with-libtiff=sys                      \
+                               --with-gnomeprint                       \
                                --enable-dynamic-loader                 \
                                --enable-std_iostreams
        touch $@