From d7dd5a41ca3372e08ba3a70fb29f08cd8b3b72f0 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Wed, 20 Feb 2013 13:54:53 +0000 Subject: [PATCH] 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 --- net/cups/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/cups/Makefile b/net/cups/Makefile index d5a85d9379..550d00e861 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 -- 2.30.2