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:
Ziemowit Laski 2022-12-13 11:46:18 +10:00 committed by Allan McRae
parent bb035eba4c
commit f4f66fcca7

View file

@ -104,7 +104,7 @@ libcurl = dependency('libcurl',
static : get_option('buildstatic'))
conf.set('HAVE_LIBCURL', libcurl.found())
needed_gpgme_version = '>=1.3.0'
needed_gpgme_version = '>=1.12.0'
gpgme = dependency('gpgme',
version : needed_gpgme_version,
required : get_option('gpgme'),