package/libsemanage: add host-audit as a dependency of the host variant
[buildroot-gz.git] / package / hplip / Config.in
blob756567150d135a2ab4c2c719a4193fdba65e4eef
1 config BR2_PACKAGE_HPLIP
2         bool "hplip"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_PACKAGE_CUPS
5         depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
6         select BR2_PACKAGE_LIBUSB
7         select BR2_PACKAGE_JPEG
8         help
9           HP Linux Imaging and Printing (HPLIP)
10           HPLIP is an HP-developed solution for printing, scanning, and faxing
11           with HP inkjet and laser based printers in Linux. The HPLIP project
12           provides printing support for 2,211 printer models, including
13           Deskjet, Officejet, Photosmart, PSC (Print Scan Copy), Business
14           Inkjet, LaserJet, Edgeline MFP, and LaserJet MFP.
16           http://hplipopensource.com/
18 comment "hplip needs a toolchain w/ C++, threads"
19         depends on BR2_PACKAGE_CUPS
20         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS