Config.in 447 B

1234567891011121314
  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.
  9. This protocol is used for IPC between most newer GnuPG
  10. components. Both, server and client side functions are
  11. provided.
  12. http://www.gnupg.org/related_software/libassuan/