Config.in 385 B

12345678910111213141516171819
  1. config BR2_PACKAGE_CUPS
  2. bool "cups"
  3. help
  4. The Common Unix Printing System
  5. http://www.cups.org
  6. if BR2_PACKAGE_CUPS
  7. config BR2_PACKAGE_CUPS_PDFTOPS
  8. bool "pdftops support"
  9. depends on BR2_INSTALL_LIBSTDCPP
  10. help
  11. Enable pdftops support
  12. comment "pdftops support requires a toolchain with C++ support enabled"
  13. depends on !BR2_INSTALL_LIBSTDCPP
  14. endif