cups: disable pdftops

This ensure a reliable built without host contamination, this
will also disable the usage of ghostscript.

[YOCTO #2966]

(From OE-Core rev: 90bccaa290d2bc04c7ea1bbeb2cddb3509d0d380)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2012-08-22 13:32:18 -07:00 committed by Richard Purdie
parent 48634df7bc
commit 59f3fb96e0
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ EXTRA_OECONF = " \
--without-perl \
--without-python \
--without-java \
--with-pdftops=none \
"

View File

@ -1,6 +1,6 @@
require cups14.inc
PR = "r5"
PR = "r6"
DEPENDS += "libusb \
${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"