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

2021-12-15 Thread Petr Vorel
Hi, Reviewed-by: Petr Vorel Although it's probably too late, as I see patch with PULL [1]. Kind regards, Petr [1] https://lore.kernel.org/qemu-devel/20211215073402.144286-10-th...@redhat.com/

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

2021-12-12 Thread Thomas Huth
On 10/12/2021 14.05, Philippe Mathieu-Daudé wrote: On 12/9/21 16:22, Richard W.M. Jones wrote: On Thu, Dec 09, 2021 at 04:08:24PM +0100, Thomas Huth wrote: On 09/12/2021 15.55, Richard W.M. Jones wrote: On Thu, Dec 09, 2021 at 03:48:01PM +0100, Thomas Huth wrote: It's easier to do this in mes

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

2021-12-10 Thread Philippe Mathieu-Daudé
On 12/9/21 16:22, Richard W.M. Jones wrote: > On Thu, Dec 09, 2021 at 04:08:24PM +0100, Thomas Huth wrote: >> On 09/12/2021 15.55, Richard W.M. Jones wrote: >>> On Thu, Dec 09, 2021 at 03:48:01PM +0100, Thomas Huth wrote: It's easier to do this in meson.build now. Signed-off-by: Thom

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

2021-12-09 Thread Richard W.M. Jones
On Thu, Dec 09, 2021 at 04:08:24PM +0100, Thomas Huth wrote: > On 09/12/2021 15.55, Richard W.M. Jones wrote: > >On Thu, Dec 09, 2021 at 03:48:01PM +0100, Thomas Huth wrote: > >>It's easier to do this in meson.build now. > >> > >>Signed-off-by: Thomas Huth > >>--- > >> v2: Added the missing "conf

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

2021-12-09 Thread Thomas Huth
On 09/12/2021 15.55, Richard W.M. Jones wrote: On Thu, Dec 09, 2021 at 03:48:01PM +0100, Thomas Huth wrote: It's easier to do this in meson.build now. Signed-off-by: Thomas Huth --- v2: Added the missing "config_host_data.set('CONFIG_LIBSSH', libssh.found())" configure

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

2021-12-09 Thread Richard W.M. Jones
On Thu, Dec 09, 2021 at 03:48:01PM +0100, Thomas Huth wrote: > It's easier to do this in meson.build now. > > Signed-off-by: Thomas Huth > --- > v2: Added the missing "config_host_data.set('CONFIG_LIBSSH', libssh.found())" > > configure | 27 --- > m

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

2021-12-09 Thread Thomas Huth
It's easier to do this in meson.build now. Signed-off-by: Thomas Huth --- v2: Added the missing "config_host_data.set('CONFIG_LIBSSH', libssh.found())" configure | 27 --- meson.build | 13 + meson_options.txt