2013-03-18 21:55:16 +01:00
|
|
|
config BR2_PACKAGE_HPLIP
|
|
|
|
bool "hplip"
|
2013-03-20 20:50:14 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2013-03-18 21:55:16 +01:00
|
|
|
depends on BR2_PACKAGE_CUPS
|
2013-05-10 02:14:40 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
2016-08-18 22:33:35 +02:00
|
|
|
depends on !BR2_STATIC_LIBS # libdl
|
2013-03-18 21:55:16 +01:00
|
|
|
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/
|
|
|
|
|
2016-08-18 22:33:35 +02:00
|
|
|
comment "hplip needs a toolchain w/ C++, threads, dynamic library"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_PACKAGE_CUPS
|
2016-08-18 22:33:35 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
|
BR2_STATIC_LIBS
|