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