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
465 B
Plaintext
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
|