2008-03-06 19:06:01 +01:00
|
|
|
config BR2_PACKAGE_CUPS
|
|
|
|
bool "cups"
|
|
|
|
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
|
|
|
|
bool "pdftops support"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
Enable pdftops support
|
|
|
|
|
|
|
|
comment "pdftops support requires a toolchain with C++ support enabled"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
|
|
|
|
|
endif
|