Re: [PATCH for-5.2] meson: Fix build with --disable-guest-agent-msi

2020-11-18 Thread Philippe Mathieu-Daudé
On 11/18/20 9:30 AM, Paolo Bonzini wrote: > On 17/11/20 21:18, Stefan Weil wrote: >> The QGA MSI target requires several macros which are only available >> without --disable-guest-agent-msi. >> >> Don't define that target if configure was called with >> --disable-guest-agent-msi. Can we have a CI

Re: [PATCH for-5.2] meson: Fix build with --disable-guest-agent-msi

2020-11-18 Thread Paolo Bonzini
On 17/11/20 21:18, Stefan Weil wrote: The QGA MSI target requires several macros which are only available without --disable-guest-agent-msi. Don't define that target if configure was called with --disable-guest-agent-msi. Signed-off-by: Stefan Weil --- qga/meson.build | 36 ++

[PATCH for-5.2] meson: Fix build with --disable-guest-agent-msi

2020-11-17 Thread Stefan Weil
The QGA MSI target requires several macros which are only available without --disable-guest-agent-msi. Don't define that target if configure was called with --disable-guest-agent-msi. Signed-off-by: Stefan Weil --- qga/meson.build | 36 +++- 1 file changed, 19 in