xref: /OK3568_Linux_fs/buildroot/package/hplip/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_HPLIP
2*4882a593Smuzhiyun	bool "hplip"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on BR2_PACKAGE_CUPS
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
7*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # libdl
8*4882a593Smuzhiyun	select BR2_PACKAGE_LIBUSB
9*4882a593Smuzhiyun	select BR2_PACKAGE_JPEG
10*4882a593Smuzhiyun	help
11*4882a593Smuzhiyun	  HP Linux Imaging and Printing (HPLIP)
12*4882a593Smuzhiyun	  HPLIP is an HP-developed solution for printing, scanning, and
13*4882a593Smuzhiyun	  faxing with HP inkjet and laser based printers in Linux. The
14*4882a593Smuzhiyun	  HPLIP project provides printing support for 2,211 printer
15*4882a593Smuzhiyun	  models, including Deskjet, Officejet, Photosmart, PSC
16*4882a593Smuzhiyun	  (Print Scan Copy), Business Inkjet, LaserJet, Edgeline MFP,
17*4882a593Smuzhiyun	  and LaserJet MFP.
18*4882a593Smuzhiyun
19*4882a593Smuzhiyun	  http://hplipopensource.com/
20*4882a593Smuzhiyun
21*4882a593Smuzhiyuncomment "hplip needs a toolchain w/ C++, threads, dynamic library, gcc >= 4.9"
22*4882a593Smuzhiyun	depends on BR2_PACKAGE_CUPS
23*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
24*4882a593Smuzhiyun		BR2_STATIC_LIBS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
25