2d05afa427
Also mark packages that depend on cups as deprecated as well for easier tracking. It would probably be better to mark it as a legacy option so users get a warning when migrating configuration files, but it would require a direct removal for that. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
24 lines
905 B
Plaintext
24 lines
905 B
Plaintext
comment "foomatic-filters needs a toolchain w/ threads"
|
|
# because of cups security issues
|
|
depends on BR2_DEPRECATED_SINCE_2015_05
|
|
depends on BR2_PACKAGE_CUPS
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
config BR2_PACKAGE_FOOMATIC_FILTERS
|
|
bool "foomatic_filters"
|
|
depends on BR2_PACKAGE_CUPS
|
|
# because of cups security issues
|
|
depends on BR2_DEPRECATED_SINCE_2015_05
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
|
select BR2_PACKAGE_LIBUSB
|
|
select BR2_PACKAGE_ENSCRIPT
|
|
help
|
|
Foomatic Filters
|
|
Foomatic is a database-driven system for integrating free software
|
|
printer drivers with common spoolers under Unix. It supports CUPS,
|
|
LPRng, LPD, GNUlpr, Solaris LP, PPR, PDQ, CPS, and direct printing
|
|
with every free software printer driver known to us and every
|
|
printer known to work with these drivers.
|
|
|
|
http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic
|