From aeb1bbabe38be3a7ed88879484ca2ce292953709 Mon Sep 17 00:00:00 2001 From: Olivier Schonken Date: Mon, 18 Mar 2013 20:55:16 +0000 Subject: Added package HPLIP for printing to HP printers HPLIP (Hewlett-Packard Linux Imaging & Printing) is an HP-developed solution for printing, scanning, and faxing with HP inkjet and laser based printers in Linux. [Peter: fix Config.in white space] Signed-off-by: Olivier Schonken Signed-off-by: Peter Korsgaard --- package/hplip/Config.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package/hplip/Config.in (limited to 'package/hplip/Config.in') 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 -- cgit v1.2.3