Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/cups-filters: add image printing support
@ 2020-05-01 15:55 Alexey Lukyanchuk
  2020-05-01 19:41 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Lukyanchuk @ 2020-05-01 15:55 UTC (permalink / raw)
  To: buildroot

Cups can print images like jpeg/png.

In current version it's disabled, but may be needed for some customers.

This patch add cups-filters for images.

Signed-off-by: Alexey Lukyanchuk <skif@skif-web.ru>
---
 package/cups-filters/cups-filters.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/cups-filters/cups-filters.mk b/package/cups-filters/cups-filters.mk
index 3bb33d963c..1fba61ad15 100644
--- a/package/cups-filters/cups-filters.mk
+++ b/package/cups-filters/cups-filters.mk
@@ -11,8 +11,7 @@ CUPS_FILTERS_LICENSE_FILES = COPYING
 
 CUPS_FILTERS_DEPENDENCIES = cups libglib2 lcms2 qpdf fontconfig freetype jpeg
 
-CUPS_FILTERS_CONF_OPTS = --disable-imagefilters \
-	--disable-mutool \
+CUPS_FILTERS_CONF_OPTS = --disable-mutool \
 	--disable-foomatic \
 	--disable-braille \
 	--with-cups-config=$(STAGING_DIR)/usr/bin/cups-config \
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-01 19:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-01 15:55 [Buildroot] [PATCH 1/1] package/cups-filters: add image printing support Alexey Lukyanchuk
2020-05-01 19:41 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox