blob: 4298964dfa6e796eccce0851a15a6f2059583272 [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001From b51e6dd833172954c718bd600d846540eeb07220 Mon Sep 17 00:00:00 2001
Brad Bishop79641f22019-09-10 07:20:22 -04002From: He Zhe <zhe.he@windriver.com>
3Date: Wed, 28 Aug 2019 19:56:28 +0800
Andrew Geissler82c905d2020-04-13 13:39:40 -05004Subject: [PATCH] configure: Add pkg-config handling for libgcrypt
Brad Bishop79641f22019-09-10 07:20:22 -04005
6libgcrypt may also be controlled by pkg-config, this patch adds pkg-config
7handling for libgcrypt.
8
9Upstream-Status: Denied [https://lists.nongnu.org/archive/html/qemu-devel/2019-08/msg06333.html]
10
11Signed-off-by: He Zhe <zhe.he@windriver.com>
Andrew Geissler82c905d2020-04-13 13:39:40 -050012
Brad Bishop79641f22019-09-10 07:20:22 -040013---
Andrew Geisslereff27472021-10-29 15:35:00 -050014 meson.build | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
Brad Bishop79641f22019-09-10 07:20:22 -040016
Andrew Geisslereff27472021-10-29 15:35:00 -050017diff --git a/meson.build b/meson.build
18index b3e7ec0e9..4cbe715b7 100644
19--- a/meson.build
20+++ b/meson.build
21@@ -874,7 +874,7 @@ endif
22 if not gnutls_crypto.found()
23 if (not get_option('gcrypt').auto() or have_system) and not get_option('nettle').enabled()
24 gcrypt = dependency('libgcrypt', version: '>=1.8',
25- method: 'config-tool',
26+ method: 'pkg-config',
27 required: get_option('gcrypt'),
28 kwargs: static_kwargs)
29 # Debian has removed -lgpg-error from libgcrypt-config