diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-06-25 22:28:17 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-06-28 02:20:58 +0200 |
commit | 796c02af4c39b6f90f955d4764676711357c5db0 (patch) | |
tree | 9dd6b2e0e1e0f71a548bd3265219b5d98041d220 /meson_options.txt | |
parent | e7a2b2764ad0b4240f87b742fdf0c404be11af03 (diff) | |
download | pacman-796c02af4c39b6f90f955d4764676711357c5db0.tar.gz pacman-796c02af4c39b6f90f955d4764676711357c5db0.tar.xz |
meson: use dependency('gpgme') exclusively
This works everywhere that gpgme >= 1.13.0 because it is a pkg-config
dependency, and meson 0.51 adds a fallback config-tool dependency
provider that detects older versions of gpgme seamlessly via
gpgme-config.
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index ffa4ddff..2d640e87 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -47,8 +47,6 @@ option('crypto', type : 'combo', choices : ['openssl', 'nettle'], option('gpgme', type : 'feature', value : 'auto', description : 'use GPGME for PGP signature verification') -option('gpgme-libdir', type : 'string', value : '/usr/lib', - description : 'search directory for gpgme libraries.') option('i18n', type : 'boolean', value : true, description : 'enable localization of pacman, libalpm and scripts') |