]> git.saurik.com Git - wxWidgets.git/commitdiff
enable sound and mediactrl
authorRobin Dunn <robin@alldunn.com>
Mon, 17 Jul 2006 21:37:08 +0000 (21:37 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 17 Jul 2006 21:37:08 +0000 (21:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

debian/rules

index ec74bb4153a52bf417bbe433de02d93b3669162e..886153108037d0c026845a87ecea76cf9f88f0a8 100755 (executable)
@@ -96,6 +96,10 @@ BASE_CONFIGURE_OPTIONS = $(COMMON_CONFIGURE_OPTIONS) \
 GTK_CONFIGURE_OPTIONS = $(COMMON_CONFIGURE_OPTIONS) \
     --with-gtk \
     --with-gnomeprint \
+    --enable-mediactrl \
+    --enable-sound \
+    --with-sdl \
+    --enable-display \
     --with-libjpeg=sys \
     --with-libpng=sys \
     --with-libtiff=sys \
@@ -110,7 +114,7 @@ ifeq ($(WX_UNICODE),1)
     COMMON_CONFIGURE_OPTIONS += --enable-unicode
     PY_WX_CONFIG_OPTIONS += --unicode
     PY_UNICODE="UNICODE=1"
-    wxpydir += "-unicode"
+    wxpydir := $(pydir)/wx-$(release)-$(pytoolkit)-unicode
 endif
 
 ifeq ($(WX_OPENGL),1)