From: Jonas Gorski Date: Wed, 20 Feb 2013 13:54:53 +0000 (+0000) Subject: packages: cups: do not try to package pdftops X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=861c427d472c663c9b616a0a593e8d94df57c13c;p=openwrt%2Fsvn-archive%2Fpackages.git packages: cups: do not try to package pdftops pdftops requires pdftops or gs, which neither is packaged in OpenWrt. Signed-off-by: Jonas Gorski SVN-Revision: 35698 --- diff --git a/net/cups/Makefile b/net/cups/Makefile index d5a85d937..550d00e86 100644 --- a/net/cups/Makefile +++ b/net/cups/Makefile @@ -394,6 +394,7 @@ define Build/Configure --with-cups-user="nobody" \ --with-cups-group="nogroup" \ --with-components="embedded" \ + --with-pdftops="none" \ --without-perl \ --without-python \ --without-php \ @@ -488,7 +489,7 @@ endef define Package/cups-filters/install $(INSTALL_DIR) $(1)/usr/lib/cups/filter - $(CP) $(PKG_INSTALL_DIR)/usr/lib/cups/filter/{bannertops,commandtoescpx,commandtopclx,imagetops,imagetoraster,pdftops,rastertoepson,rastertopwg,rastertohp,rastertoescpx,rastertopclx,rastertolabel,texttops} \ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/cups/filter/{bannertops,commandtoescpx,commandtopclx,imagetops,imagetoraster,rastertoepson,rastertopwg,rastertohp,rastertoescpx,rastertopclx,rastertolabel,texttops} \ $(1)/usr/lib/cups/filter (cd $(1)/usr/lib/cups/filter; ln -sf rastertolabel rastertodymo;) endef