qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] meson: Add gnutls as a dependency to libmigration


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2] meson: Add gnutls as a dependency to libmigration
Date: Thu, 17 Jun 2021 19:39:37 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]