]> git.cworth.org Git - notmuch/commit
configure: use pkg-config for gpgme
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 2 Nov 2022 16:15:12 +0000 (12:15 -0400)
committerDavid Bremner <david@tethera.net>
Tue, 10 Jan 2023 12:29:23 +0000 (08:29 -0400)
commitdb4b48f6cc033255d0214c76bc72a05d61bff118
tree2449391e0c8dbdeafbe5bad7f3e2f3fe2668c08e
parentf4dc32e71b6fbaca933e0c7edd6d08b65feed0ec
configure: use pkg-config for gpgme

GnuPG upstream has supported pkg-config since gpgme version 1.13 and
gpg-error 1.33, and now prefers the use of pkg-config by default,
instead of relying on gpg-error-config and gpgme-config.

As of libgpg-error 1.46, upstream deliberately does not ship
gpg-error-config by default.  As of gpgme 1.18.0, upstream does not
ship gpgme-config if gpg-error-config is also not present.

Both of these versions of upstream libraries are in debian unstable
now.  To the extent that notmuch is dependent on GnuPG, it should
follow GnuPG upstream's lead.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
configure