xref: /OK3568_Linux_fs/buildroot/package/libassuan/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBASSUAN
2*4882a593Smuzhiyun	bool "libassuan"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgpg-error
4*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
5*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGPG_ERROR
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  Libassuan is a small library implementing the so-called
8*4882a593Smuzhiyun	  Assuan protocol.
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  This protocol is used for IPC between most newer GnuPG
11*4882a593Smuzhiyun	  components. Both, server and client side functions are
12*4882a593Smuzhiyun	  provided.
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun	  http://www.gnupg.org/related_software/libassuan/
15