From e8a688428de096ba9cc7e82614a68aebe855dabf Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Wed, 3 Apr 2019 18:34:47 +0200 Subject: Add gpgme-config support GPGME does not support pkg-config so we need config-tool support if we do not want projects like Almanah and Seahorse to parse the values manually. --- docs/markdown/snippets/gpgme-config.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/markdown/snippets/gpgme-config.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/gpgme-config.md b/docs/markdown/snippets/gpgme-config.md new file mode 100644 index 0000000..08a7d38 --- /dev/null +++ b/docs/markdown/snippets/gpgme-config.md @@ -0,0 +1,3 @@ +## gpgme dependency now supports gpgme-config + +Previously, we could only detect GPGME with custom invocations of `gpgme-config`. Now we added support to Meson allowing us to use `dependency('gpgme')` instead. -- cgit v1.1