xref: /OK3568_Linux_fs/buildroot/package/polkit/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_POLKIT
2*4882a593Smuzhiyun	bool "polkit"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2, dbus
5*4882a593Smuzhiyun	depends on BR2_USE_MMU # libglib2, dbus
6*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # libglib2
7*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # duktape
8*4882a593Smuzhiyun	select BR2_PACKAGE_DBUS # runtime
9*4882a593Smuzhiyun	select BR2_PACKAGE_DUKTAPE
10*4882a593Smuzhiyun	select BR2_PACKAGE_EXPAT
11*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGLIB2
12*4882a593Smuzhiyun	help
13*4882a593Smuzhiyun	  PolicyKit is a toolkit for defining and handling
14*4882a593Smuzhiyun	  authorizations. It is used for allowing unprivileged
15*4882a593Smuzhiyun	  processes to speak to privileged processes.
16*4882a593Smuzhiyun
17*4882a593Smuzhiyun	  http://www.freedesktop.org/wiki/Software/polkit
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuncomment "polkit needs a toolchain with dynamic library, wchar, threads, gcc >= 7"
20*4882a593Smuzhiyun	depends on BR2_USE_MMU
21*4882a593Smuzhiyun	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_GCC_AT_LEAST_7 || \
22*4882a593Smuzhiyun		BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
23