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:
parent
2b7bd70c18
commit
550dc0fa66
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user