Architecture: any
 Section: python
 Depends: libwxgtk=SOV-python, =PY, ${shlibs:Depends}
-Suggests: wxwin=V-doc, wxwin=V-examples, =PY-xml
+Suggests: wx=V-doc, wx=V-examples, =PY-xml
 Conflicts: wxpython
 Replaces: wxpython, libwxgtk2.4-python
 Provides: wxpython
 Package: wx=V-examples
 Architecture: all
 Section: devel
-Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc
+Suggests: libwxgtk=V-dev (= ${Source-Version}), wx=V-doc
 Description: wxWidgets Cross-platform C++ GUI toolkit (examples)
  wxWidgets (formerly known as wxWindows) is a class library for C++ providing
  GUI components and other facilities on several popular platforms (and some
 
                                --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
                                --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