xref: /OK3568_Linux_fs/buildroot/package/libgpgme/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBGPGME
2	bool "libgpgme"
3	depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgpg-error
4	depends on BR2_USE_MMU # libassuan
5	#gnupg is not needed to build, but at runtime.
6	select BR2_PACKAGE_GNUPG if !BR2_PACKAGE_GNUPG2
7	select BR2_PACKAGE_LIBGPG_ERROR
8	select BR2_PACKAGE_LIBASSUAN
9	help
10	  GnuPG Made Easy (GPGME) is a library designed to make access
11	  to GnuPG easier for applications.
12
13	  http://www.gnupg.org/related_software/gpgme/
14