enable sound and mediactrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-07-17 21:37:08 +00:00
parent cf7456e07d
commit 8e05125981

6
debian/rules vendored
View File

@ -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)