package/cups-filters: disable Braille embosing filters
authorCarlos Santos <unixmania@gmail.com>
Sun, 29 Sep 2019 01:49:00 +0000 (22:49 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 29 Sep 2019 07:12:24 +0000 (09:12 +0200)
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>
package/cups-filters/cups-filters.mk

index 30d109e56ad52acbd68dd6188f39a0606d2d286c..88b7d7dd0603a33dcf9b93fedb0c30d73da12fb2 100644 (file)
@@ -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 \