aeb1bbabe3
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 <olivier.schonken@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
18 lines
625 B
Plaintext
18 lines
625 B
Plaintext
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
|