Re: [PATCH 037/143] meson: add qemu-bridge-helper

2020-08-07 Thread Philippe Mathieu-Daudé
On 8/7/20 4:26 PM, Paolo Bonzini wrote: > On 07/08/20 15:20, Philippe Mathieu-Daudé wrote: >>>endif >>> >>> + if host_machine.system() == 'linux' >>> +executable('qemu-bridge-helper', files('qemu-bridge-helper.c'), >>> + dependencies: [qemuutil, libcap_ng], >> Is libcap_ng

Re: [PATCH 037/143] meson: add qemu-bridge-helper

2020-08-07 Thread Paolo Bonzini
On 07/08/20 15:20, Philippe Mathieu-Daudé wrote: >>endif >> >> + if host_machine.system() == 'linux' >> +executable('qemu-bridge-helper', files('qemu-bridge-helper.c'), >> + dependencies: [qemuutil, libcap_ng], > Is libcap_ng still optional? > Yes, if a dependency is abse

Re: [PATCH 037/143] meson: add qemu-bridge-helper

2020-08-07 Thread Philippe Mathieu-Daudé
Hi Paolo, On 8/6/20 9:14 PM, Paolo Bonzini wrote: > From: Marc-André Lureau > > Signed-off-by: Marc-André Lureau > Signed-off-by: Paolo Bonzini > --- > Makefile| 4 > meson.build | 8 +++- > 2 files changed, 7 insertions(+), 5 deletions(-) > > diff --git a/Makefile b/Makefile >

[PATCH 037/143] meson: add qemu-bridge-helper

2020-08-06 Thread Paolo Bonzini
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Paolo Bonzini --- Makefile| 4 meson.build | 8 +++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 5df772b..0a2bbd5 100644 --- a/Makefile +++ b/Makefile @@ -181,8 +18