1config BR2_PACKAGE_CUPS 2 bool "cups" 3 # needs libstdcpp for ppdc 4 depends on BR2_INSTALL_LIBSTDCPP 5 # needs threads for ippserver 6 depends on BR2_TOOLCHAIN_HAS_THREADS 7 # needs fork() 8 depends on BR2_USE_MMU 9 help 10 The Common Unix Printing System 11 12 http://www.cups.org 13 14comment "cups needs a toolchain w/ C++, threads" 15 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS 16