xref: /OK3568_Linux_fs/buildroot/package/cups/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_CUPS
2*4882a593Smuzhiyun	bool "cups"
3*4882a593Smuzhiyun	# needs libstdcpp for ppdc
4*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
5*4882a593Smuzhiyun	# needs threads for ippserver
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
7*4882a593Smuzhiyun	# needs fork()
8*4882a593Smuzhiyun	depends on BR2_USE_MMU
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  The Common Unix Printing System
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  http://www.cups.org
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuncomment "cups needs a toolchain w/ C++, threads"
15*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
16