debianutils: bump to version 4.8.1
[buildroot-gz.git] / package / hplip / Config.in
blob176dc6a6a731705fc12af39c38b8a237608cf9cf
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         depends on !BR2_STATIC_LIBS # libdl
7         select BR2_PACKAGE_LIBUSB
8         select BR2_PACKAGE_JPEG
9         help
10           HP Linux Imaging and Printing (HPLIP)
11           HPLIP is an HP-developed solution for printing, scanning, and faxing
12           with HP inkjet and laser based printers in Linux. The HPLIP project
13           provides printing support for 2,211 printer models, including
14           Deskjet, Officejet, Photosmart, PSC (Print Scan Copy), Business
15           Inkjet, LaserJet, Edgeline MFP, and LaserJet MFP.
17           http://hplipopensource.com/
19 comment "hplip needs a toolchain w/ C++, threads, dynamic library"
20         depends on BR2_PACKAGE_CUPS
21         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
22                 BR2_STATIC_LIBS