X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b945df0092ee4cf28c3ecb2fe1529b126aa752f8..b2c82287f667c24909de369b35b5145090d9821c:/debian/rules?ds=sidebyside 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)