git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40174
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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 \
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)