packages: cups: do not try to package pdftops

pdftops requires pdftops or gs, which neither is packaged in OpenWrt.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35698 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jogo 2013-02-20 13:54:53 +00:00
parent c6bdf67f88
commit d8fe797989

View File

@ -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