Re: [PATCH 4/4] Move the libssh setup from configure to meson.build

2021-11-02 Thread Paolo Bonzini
On 29/10/21 08:09, Thomas Huth wrote: diff --git a/meson.build b/meson.build --- a/meson.build +++ b/meson.build @@ -1467,6 +1467,7 @@ config_host_data.set('CONFIG_EBPF', libbpf.found())  config_host_data.set('CONFIG_LIBDAXCTL', libdaxctl.found())  config_host_data.set('CONFIG_LIBISCSI', libisc

Re: [PATCH 4/4] Move the libssh setup from configure to meson.build

2021-10-28 Thread Thomas Huth
On 28/10/2021 20.59, Thomas Huth wrote: It's easier to do this in meson.build now. Signed-off-by: Thomas Huth --- configure | 27 --- meson.build | 12 meson_options.txt | 2 ++ scripts/meson-buildoptio

[PATCH 4/4] Move the libssh setup from configure to meson.build

2021-10-28 Thread Thomas Huth
It's easier to do this in meson.build now. Signed-off-by: Thomas Huth --- configure | 27 --- meson.build | 12 meson_options.txt | 2 ++ scripts/meson-buildoptions.sh | 3 +++ 4 files changed, 13 insertions