From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Akihiko Odaki <akihiko.odaki@gmail.com>
Cc: Juan Quintela <quintela@redhat.com>,
"Daniel P . Berrange" <berrange@redhat.com>,
qemu-devel@nongnu.org,
"Dr . David Alan Gilbert" <dgilbert@redhat.com>
Subject: Re: [PATCH v2] meson: Add gnutls as a dependency to libmigration
Date: Thu, 17 Jun 2021 19:39:37 +0200 [thread overview]
Message-ID: <e8aa2d4c-520a-543f-f12f-b4cf702ab6e3@redhat.com> (raw)
In-Reply-To: <20210617171958.34606-1-akihiko.odaki@gmail.com>
On 6/17/21 7:19 PM, Akihiko Odaki wrote:
> qemu-file-channel.c may depend on GnuTLS.
>
> Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com>
> ---
> meson.build | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meson.build b/meson.build
> index a2311eda6ec..29d854699ca 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,
Please see:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg816565.html
next prev parent reply other threads:[~2021-06-17 17:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-17 17:19 [PATCH v2] meson: Add gnutls as a dependency to libmigration Akihiko Odaki
2021-06-17 17:39 ` Philippe Mathieu-Daudé [this message]
2021-06-17 17:53 ` Akihiko Odaki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e8aa2d4c-520a-543f-f12f-b4cf702ab6e3@redhat.com \
--to=philmd@redhat.com \
--cc=akihiko.odaki@gmail.com \
--cc=berrange@redhat.com \
--cc=dgilbert@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).