All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/cups-filters: disable Braille embosing filters
@ 2019-09-29  1:49 unixmania at gmail.com
  2019-09-29  7:14 ` Thomas Petazzoni
  2019-10-01  9:33 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: unixmania at gmail.com @ 2019-09-29  1:49 UTC (permalink / raw)
  To: buildroot

From: Carlos Santos <unixmania@gmail.com>

Otherwise they are installed even though the Braille support is not
built because it requires liblouis, which is not available.

Signed-off-by: Carlos Santos <unixmania@gmail.com>
---
 package/cups-filters/cups-filters.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/cups-filters/cups-filters.mk b/package/cups-filters/cups-filters.mk
index 30d109e56a..88b7d7dd06 100644
--- a/package/cups-filters/cups-filters.mk
+++ b/package/cups-filters/cups-filters.mk
@@ -14,6 +14,7 @@ CUPS_FILTERS_DEPENDENCIES = cups libglib2 lcms2 qpdf fontconfig freetype jpeg
 CUPS_FILTERS_CONF_OPTS = --disable-imagefilters \
 	--disable-mutool \
 	--disable-foomatic \
+	--disable-braille \
 	--with-cups-config=$(STAGING_DIR)/usr/bin/cups-config \
 	--with-sysroot=$(STAGING_DIR) \
 	--with-pdftops=pdftops \
-- 
2.18.1

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

* [Buildroot] [PATCH] package/cups-filters: disable Braille embosing filters
  2019-09-29  1:49 [Buildroot] [PATCH] package/cups-filters: disable Braille embosing filters unixmania at gmail.com
@ 2019-09-29  7:14 ` Thomas Petazzoni
  2019-10-01  9:33 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-09-29  7:14 UTC (permalink / raw)
  To: buildroot

On Sat, 28 Sep 2019 22:49:00 -0300
unixmania at gmail.com wrote:

> From: Carlos Santos <unixmania@gmail.com>
> 
> Otherwise they are installed even though the Braille support is not
> built because it requires liblouis, which is not available.
> 
> Signed-off-by: Carlos Santos <unixmania@gmail.com>
> ---
>  package/cups-filters/cups-filters.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/cups-filters: disable Braille embosing filters
  2019-09-29  1:49 [Buildroot] [PATCH] package/cups-filters: disable Braille embosing filters unixmania at gmail.com
  2019-09-29  7:14 ` Thomas Petazzoni
@ 2019-10-01  9:33 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-10-01  9:33 UTC (permalink / raw)
  To: buildroot

>>>>> "unixmania" == unixmania  <unixmania@gmail.com> writes:

 > From: Carlos Santos <unixmania@gmail.com>
 > Otherwise they are installed even though the Braille support is not
 > built because it requires liblouis, which is not available.

 > Signed-off-by: Carlos Santos <unixmania@gmail.com>

Committed to 2019.02.x, 2019.05.x and 2019.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-10-01  9:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-29  1:49 [Buildroot] [PATCH] package/cups-filters: disable Braille embosing filters unixmania at gmail.com
2019-09-29  7:14 ` Thomas Petazzoni
2019-10-01  9:33 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.