Browse Source

package/cups-filters: disable Braille embosing filters

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 3da92264c6dd693022d06fd2500878f7f5d492c2)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Carlos Santos 4 years ago
parent
commit
50aa6673f1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/cups-filters/cups-filters.mk

+ 1 - 0
package/cups-filters/cups-filters.mk

@@ -16,6 +16,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 \