Fix transmission compilation against wx, need to specify the cross wx-config to disable support for it later

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12220 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-08-06 18:56:45 +00:00
parent 2b7bd70c18
commit 550dc0fa66

View File

@ -38,6 +38,8 @@ endef
CONFIGURE_ARGS += \
--enable-daemon \
--disable-gtk \
--disable-wx \
--with-wx-config="$(STAGING_DIR)/usr/bin/" \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \