2013-03-01 21:38:28 +08:00
|
|
|
config BR2_PACKAGE_LIBGPGME
|
|
|
|
bool "libgpgme"
|
2016-07-04 07:48:34 +08:00
|
|
|
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgpg-error
|
2013-10-10 03:49:35 +08:00
|
|
|
depends on BR2_USE_MMU # libassuan
|
2013-03-01 21:38:28 +08:00
|
|
|
#gnupg is not needed to build, but at runtime.
|
2014-08-28 20:16:21 +08:00
|
|
|
select BR2_PACKAGE_GNUPG if !BR2_PACKAGE_GNUPG2
|
2013-03-01 21:38:28 +08:00
|
|
|
select BR2_PACKAGE_LIBGPG_ERROR
|
|
|
|
select BR2_PACKAGE_LIBASSUAN
|
|
|
|
help
|
|
|
|
GnuPG Made Easy (GPGME) is a library designed to make access
|
|
|
|
to GnuPG easier for applications.
|
|
|
|
|
|
|
|
http://www.gnupg.org/related_software/gpgme/
|