kumquat-buildroot/package/cups/Config.in
Fabrice Fontaine b598a284f1 package/cups: fix CUPS_CPE_ID_VENDOR
CUPS_CPE_ID_VENDOR is wrong since switch to OpenPrinting upstream
repository in commit 8cf034ab0f:

  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aopenprinting%3Acups

While at it, also fix URL in Config.in

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-06-27 23:44:00 +02:00

16 lines
404 B
Plaintext

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
help
The Common Unix Printing System
https://openprinting.github.io/cups
comment "cups needs a toolchain w/ C++, threads"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS