kumquat-buildroot/package/cups/Config.in
Gustavo Zacarias 2d05afa427 cups: deprecate package due to security issues
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>
2015-03-16 22:26:30 +01:00

24 lines
465 B
Plaintext

config BR2_PACKAGE_CUPS
bool "cups"
# serious security issues, needs upgrading
depends on BR2_DEPRECATED_SINCE_2015_05
# needs fork()
depends on BR2_USE_MMU
help
The Common Unix Printing System
http://www.cups.org
if BR2_PACKAGE_CUPS
config BR2_PACKAGE_CUPS_PDFTOPS
bool "pdftops support"
depends on BR2_INSTALL_LIBSTDCPP
help
Enable pdftops support
comment "pdftops support needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
endif