From 8e051259815301a795428518cf2b76a8bfd25939 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 17 Jul 2006 21:37:08 +0000 Subject: [PATCH] enable sound and mediactrl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- debian/rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ec74bb4153..8861531080 100755 --- a/debian/rules +++ b/debian/rules @@ -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) -- 2.45.2