iptables: bump to version 1.6.1
[buildroot-gz.git] / package / libassuan / Config.in
blob012e65c4b6bc55963e38717047dfaab5578ef343
1 config 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.
10           This protocol is used for IPC between most newer GnuPG
11           components. Both, server and client side functions are
12           provided.
14           http://www.gnupg.org/related_software/libassuan/