Fix transmission compilation against wx, need to specify the cross wx-config to disab...
[openwrt/svn-archive/archive.git] / net / transmission / Makefile
index fd64005f1f8315f6b860910cff8d947fa5ae9f3e..f175e767f272bda5f2d7d4c4b06e613bb6ecc4cf 100644 (file)
@@ -38,6 +38,8 @@ endef
 CONFIGURE_ARGS += \
        --enable-daemon \
        --disable-gtk \
 CONFIGURE_ARGS += \
        --enable-daemon \
        --disable-gtk \
+       --disable-wx \
+       --with-wx-config="$(STAGING_DIR)/usr/bin/" \
 
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
 
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \