qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] meson: Add gnutls as a dependency to libmigration
@ 2021-06-17 16:54 Akihiko Odaki
  0 siblings, 0 replies; only message in thread
From: Akihiko Odaki @ 2021-06-17 16:54 UTC (permalink / raw)
  Cc: Akihiko Odaki, Daniel P . Berrange, qemu-devel,
	Dr . David Alan Gilbert, Juan Quintela

qemu-file-channel.c may depend on GnuTLS.

Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com>
---
 meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index a2311eda6ec..b8812dff387 100644
--- a/meson.build
+++ b/meson.build
@@ -2090,6 +2090,7 @@ libio = static_library('io', io_ss.sources() + genh,
 io = declare_dependency(link_whole: libio, dependencies: [crypto, qom])
 
 libmigration = static_library('migration', sources: migration_files + genh,
+                              dependencies: [gnutls],
                               name_suffix: 'fa',
                               build_by_default: false)
 migration = declare_dependency(link_with: libmigration,
@@ -2160,7 +2161,7 @@ common_all = static_library('common',
                             build_by_default: false,
                             sources: common_all.sources() + genh,
                             implicit_include_directories: false,
-                            dependencies: common_all.dependencies(),
+                            dependencies: common_all.dependencies() + [gnutls],
                             name_suffix: 'fa')
 
 feature_to_c = find_program('scripts/feature_to_c.sh')
-- 
2.30.1 (Apple Git-130)



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-17 16:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-17 16:54 [PATCH] meson: Add gnutls as a dependency to libmigration Akihiko Odaki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).