xref: /OK3568_Linux_fs/buildroot/package/gcr/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_GCR
2*4882a593Smuzhiyun	bool "gcr"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # gnupg2
4*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # libglib2
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
6*4882a593Smuzhiyun	depends on BR2_USE_MMU # libglib2
7*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # p11-kit
8*4882a593Smuzhiyun	select BR2_PACKAGE_GNUPG2 # runtime
9*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGCRYPT
10*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGLIB2
11*4882a593Smuzhiyun	select BR2_PACKAGE_P11_KIT
12*4882a593Smuzhiyun	help
13*4882a593Smuzhiyun	  Library for cryptographic UIs and accessing PKCS#11 modules.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  https://developer.gnome.org/gcr/
16*4882a593Smuzhiyun
17*4882a593Smuzhiyuncomment "gcr needs a toolchain w/ wchar, threads, dynamic library"
18*4882a593Smuzhiyun	depends on BR2_USE_MMU
19*4882a593Smuzhiyun	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
20*4882a593Smuzhiyun		BR2_STATIC_LIBS
21