2021-11-25 03:59:52 +01:00
|
|
|
config BR2_PACKAGE_CUPS_PK_HELPER
|
|
|
|
bool "cups-pk-helper"
|
2021-12-17 23:54:16 +01:00
|
|
|
depends on BR2_USE_MMU
|
2021-11-25 03:59:52 +01:00
|
|
|
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
|
2021-12-17 23:54:16 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # polkit -> duktape
|
2022-05-15 10:49:49 +02:00
|
|
|
depends on !BR2_OPTIMIZE_FAST # polkit -> duktape
|
2021-11-25 03:59:52 +01:00
|
|
|
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/
|
|
|
|
|
2021-12-17 23:54:16 +01:00
|
|
|
comment "cups-pk-helper support needs a toolchain with threads, wchar, dynamic library, gcc >= 7"
|
2021-11-25 03:59:52 +01:00
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_GCC_AT_LEAST_7 || \
|
2021-12-17 23:54:16 +01:00
|
|
|
!BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
2022-05-15 10:49:49 +02:00
|
|
|
|
|
|
|
comment "cups-pk-helper can't be built with Optimize for fast"
|
|
|
|
depends on BR2_OPTIMIZE_FAST
|