Re: [PATCH] build: fix logic for enabling libssh/libssh2 checks

2021-06-23 Thread Pavel Hrdina
On Wed, Jun 23, 2021 at 12:33:55PM +0100, Daniel P. Berrangé wrote: > When 'driver_remote' is 'auto', the 'enabled()' method does not > evaluate to true, causing the libssh/libssh2 checks to be skipped. > > Signed-off-by: Daniel P. Berrangé > --- > meson.build | 4 ++-- > 1 file changed, 2

[PATCH] build: fix logic for enabling libssh/libssh2 checks

2021-06-23 Thread Daniel P . Berrangé
When 'driver_remote' is 'auto', the 'enabled()' method does not evaluate to true, causing the libssh/libssh2 checks to be skipped. Signed-off-by: Daniel P. Berrangé --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index