xref: /OK3568_Linux_fs/buildroot/package/gutenprint/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_GUTENPRINT
2	bool "gutenprint"
3	depends on BR2_INSTALL_LIBSTDCPP
4	depends on BR2_PACKAGE_CUPS
5	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
6	help
7	  Gutenprint, formerly named Gimp-Print, is a suite of printer
8	  drivers that may be used with most common UNIX print spooling
9	  systems, including CUPS, lpr, LPRng, or others
10
11	  http://gimp-print.sourceforge.net/
12
13comment "gutenprint needs a toolchain w/ C++"
14	depends on BR2_PACKAGE_CUPS
15	depends on !BR2_INSTALL_LIBSTDCPP
16