The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / cups / Config.in
1 config BR2_PACKAGE_CUPS
2         bool "cups"
3         # serious security issues, needs upgrading
4         depends on BR2_DEPRECATED_SINCE_2015_05
5         # needs fork()
6         depends on BR2_USE_MMU
7         help
8           The Common Unix Printing System
9
10           http://www.cups.org
11
12 if BR2_PACKAGE_CUPS
13
14 config BR2_PACKAGE_CUPS_PDFTOPS
15         bool "pdftops support"
16         depends on BR2_INSTALL_LIBSTDCPP
17         help
18           Enable pdftops support
19
20 comment "pdftops support needs a toolchain w/ C++"
21         depends on !BR2_INSTALL_LIBSTDCPP
22
23 endif