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 select BR2_PACKAGE_LIBXCRYPT if BR2_TOOLCHAIN_USES_GLIBC 10 help 11 The Common Unix Printing System 12 13 https://openprinting.github.io/cups 14 15comment "cups needs a toolchain w/ C++, threads" 16 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS 17