Config.in 388 B

123456789101112131415
  1. config 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. http://www.cups.org
  12. comment "cups needs a toolchain w/ C++, threads"
  13. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS