2008-03-06 19:06:01 +01:00
|
|
|
config BR2_PACKAGE_CUPS
|
|
|
|
bool "cups"
|
2015-03-06 14:39:24 +01:00
|
|
|
# serious security issues, needs upgrading
|
|
|
|
depends on BR2_DEPRECATED_SINCE_2015_05
|
2012-08-26 10:56:12 +02:00
|
|
|
# needs fork()
|
|
|
|
depends on BR2_USE_MMU
|
2008-03-06 19:06:01 +01:00
|
|
|
help
|
2008-09-02 13:14:04 +02:00
|
|
|
The Common Unix Printing System
|
2008-03-06 19:06:01 +01:00
|
|
|
|
2008-09-01 23:16:35 +02:00
|
|
|
http://www.cups.org
|
2009-05-14 17:03:23 +02:00
|
|
|
|
|
|
|
if BR2_PACKAGE_CUPS
|
|
|
|
|
|
|
|
config BR2_PACKAGE_CUPS_PDFTOPS
|
2013-11-11 17:23:23 +01:00
|
|
|
bool "pdftops support"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
Enable pdftops support
|
2009-05-14 17:03:23 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "pdftops support needs a toolchain w/ C++"
|
2009-05-14 17:03:23 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
|
|
|
|
|
endif
|