Bump required GPGME version to 1.12.0
GPGME_KEYLIST_MODE_LOCATE was introduced in 1.12.0 Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
bb035eba4c
commit
f4f66fcca7
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ libcurl = dependency('libcurl',
|
||||||
static : get_option('buildstatic'))
|
static : get_option('buildstatic'))
|
||||||
conf.set('HAVE_LIBCURL', libcurl.found())
|
conf.set('HAVE_LIBCURL', libcurl.found())
|
||||||
|
|
||||||
needed_gpgme_version = '>=1.3.0'
|
needed_gpgme_version = '>=1.12.0'
|
||||||
gpgme = dependency('gpgme',
|
gpgme = dependency('gpgme',
|
||||||
version : needed_gpgme_version,
|
version : needed_gpgme_version,
|
||||||
required : get_option('gpgme'),
|
required : get_option('gpgme'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue