summaryrefslogtreecommitdiffstats
path: root/rules/gpgme.in
blob: 7b3d00de075463563d182d4bc3f534bf64e6a573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## SECTION=system_libraries

menuconfig GPGME
	tristate
	select LIBASSUAN
	select LIBGPG_ERROR
	prompt "gpgme                         "
	help
	  GnuPG Made Easy (GPGME) is a library designed to make access to
	  GnuPG easier for applications. It provides a High-Level Crypto
	  API for encryption, decryption, signing, signature verification
	  and key management.

if GPGME

comment "language bindings"

config GPGME_CPP
	bool
	prompt "install C++ bindings"

endif