]> Git Repo - qemu.git/commit
meson: Propagate gnutls dependency
authorRoman Bolshakov <[email protected]>
Sat, 2 Jan 2021 12:52:13 +0000 (15:52 +0300)
committerPaolo Bonzini <[email protected]>
Tue, 12 Jan 2021 11:38:03 +0000 (12:38 +0100)
commit3eacf70bb5a83e4775ad8003cbca63a40f70c8c2
tree1c2ea1a0fba521aa57e05054e24346777ca3d18b
parentd533d6359b8015e2207bb7ca86330da2ef9c3ef8
meson: Propagate gnutls dependency

crypto/tlscreds.h includes GnuTLS headers if CONFIG_GNUTLS is set, but
GNUTLS_CFLAGS, that describe include path, are not propagated
transitively to all users of crypto and build fails if GnuTLS headers
reside in non-standard directory (which is a case for homebrew on Apple
Silicon).

Signed-off-by: Roman Bolshakov <[email protected]>
Message-Id: <20210102125213[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
block/meson.build
io/meson.build
meson.build
storage-daemon/meson.build
tests/meson.build
ui/meson.build
This page took 0.027346 seconds and 4 git commands to generate.