add path to cups, as it does not detect it automatically
authorMirko Vogt <mirko@openwrt.org>
Wed, 21 Apr 2010 21:45:52 +0000 (21:45 +0000)
committerMirko Vogt <mirko@openwrt.org>
Wed, 21 Apr 2010 21:45:52 +0000 (21:45 +0000)
SVN-Revision: 21080

net/cups-bjnp/Makefile

index 4eab1c63aec1dc7a2f3fcbc75783c0eb6903c100..4a85829353394368b69bd5e76d783973df106e8f 100644 (file)
@@ -34,6 +34,8 @@ to a Canon printer. It currently supports Cups 1.2 and Cups 1.3 and
 is designed by reverse engineering.
 endef
 
+CONFIGURE_ARGS += --with-cupsbackenddir=$(STAGING_DIR)/usr/include/cups
+
 TARGET_CFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
 
 define Package/cups-bjnp/install