2013-03-01 14:38:28 +01:00
|
|
|
config BR2_PACKAGE_LIBGPGME
|
|
|
|
bool "libgpgme"
|
2013-10-09 21:49:35 +02:00
|
|
|
depends on BR2_USE_MMU # libassuan
|
2013-03-01 14:38:28 +01:00
|
|
|
#gnupg is not needed to build, but at runtime.
|
2014-08-28 14:16:21 +02:00
|
|
|
select BR2_PACKAGE_GNUPG if !BR2_PACKAGE_GNUPG2
|
2013-03-01 14:38:28 +01: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/
|