diff options
Diffstat (limited to 'package/hplip/Config.in')
-rw-r--r-- | package/hplip/Config.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/hplip/Config.in b/package/hplip/Config.in new file mode 100644 index 000000000..5bcd63bbf --- /dev/null +++ b/package/hplip/Config.in @@ -0,0 +1,17 @@ +config BR2_PACKAGE_HPLIP + bool "hplip" + depends on BR2_PACKAGE_CUPS + select BR2_PACKAGE_LIBUSB + select BR2_PACKAGE_JPEG + help + HP Linux Imaging and Printing (HPLIP) + HPLIP is an HP-developed solution for printing, scanning, and faxing + with HP inkjet and laser based printers in Linux. The HPLIP project + provides printing support for 2,211 printer models, including + Deskjet, Officejet, Photosmart, PSC (Print Scan Copy), Business + Inkjet, LaserJet, Edgeline MFP, and LaserJet MFP. + + http://hplipopensource.com/ + +comment "hplip requires a toolchain with C++ support enabled" + depends on !BR2_INSTALL_LIBSTDCPP |