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 / hplip / Config.in
1 config BR2_PACKAGE_HPLIP
2         bool "hplip"
3         # because of cups security issues
4         depends on BR2_DEPRECATED_SINCE_2015_05
5         depends on BR2_INSTALL_LIBSTDCPP
6         depends on BR2_PACKAGE_CUPS
7         depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
8         select BR2_PACKAGE_LIBUSB
9         select BR2_PACKAGE_JPEG
10         help
11           HP Linux Imaging and Printing (HPLIP)
12           HPLIP is an HP-developed solution for printing, scanning, and faxing
13           with HP inkjet and laser based printers in Linux. The HPLIP project
14           provides printing support for 2,211 printer models, including
15           Deskjet, Officejet, Photosmart, PSC (Print Scan Copy), Business
16           Inkjet, LaserJet, Edgeline MFP, and LaserJet MFP.
17
18           http://hplipopensource.com/
19
20 comment "hplip needs a toolchain w/ C++, threads"
21         depends on BR2_PACKAGE_CUPS
22         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS