kumquat-buildroot/package/cups/Config.in

16 lines
388 B
Plaintext
Raw Normal View History

2008-03-06 19:06:01 +01:00
config BR2_PACKAGE_CUPS
bool "cups"
# needs libstdcpp for ppdc
depends on BR2_INSTALL_LIBSTDCPP
# needs threads for ippserver
depends on BR2_TOOLCHAIN_HAS_THREADS
# needs fork()
depends on BR2_USE_MMU
2008-03-06 19:06:01 +01:00
help
2008-09-02 13:14:04 +02:00
The Common Unix Printing System
2008-03-06 19:06:01 +01:00
2008-09-01 23:16:35 +02:00
http://www.cups.org
comment "cups needs a toolchain w/ C++, threads"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS