add path to cups, as it does not detect it automatically
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 21 Apr 2010 21:45:52 +0000 (21:45 +0000)
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 21 Apr 2010 21:45:52 +0000 (21:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21080 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/cups-bjnp/Makefile

index 4eab1c6..4a85829 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