kumquat-buildroot/package/cups-pk-helper/Config.in
James Hilliard e13c9ccf43 package/cups-pk-helper: new package
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-12-11 21:46:17 +01:00

18 lines
625 B
Plaintext

config BR2_PACKAGE_CUPS_PK_HELPER
bool "cups-pk-helper"
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # polkit -> c++17
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2, polkit
depends on BR2_USE_WCHAR # libglib2
depends on BR2_PACKAGE_CUPS
select BR2_PACKAGE_POLKIT
help
cups-pk-helper is a PolicyKit helper to configure cups with
fine-grained privileges.
https://wiki.freedesktop.org/www/Software/cups-pk-helper/
comment "cups-pk-helper support needs a toolchain with threads, wchar, gcc >= 7"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_GCC_AT_LEAST_7 || \
!BR2_TOOLCHAIN_HAS_THREADS