e176dacd136c1e8ae2ff478834a93c9ccf0a466d
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libgpgme / Config.in
1 config BR2_PACKAGE_LIBGPGME
2         bool "libgpgme"
3         depends on BR2_USE_MMU # libassuan
4         #gnupg is not needed to build, but at runtime.
5         select BR2_PACKAGE_GNUPG if !BR2_PACKAGE_GNUPG2
6         select BR2_PACKAGE_LIBGPG_ERROR
7         select BR2_PACKAGE_LIBASSUAN
8         help
9           GnuPG Made Easy (GPGME) is a library designed to make access
10           to GnuPG easier for applications.
11
12           http://www.gnupg.org/related_software/gpgme/