Re: [PATCH 01/10] meson: do not unnecessarily use cmake for dependencies

2023-08-29 Thread Daniel P . Berrangé
On Tue, Aug 29, 2023 at 10:29:22AM +0200, Paolo Bonzini wrote: > Both gvnc and sysprof-capture come with pkg-config files, so specify > the method to find them. > > Signed-off-by: Paolo Bonzini > --- > tests/migration/meson.build | 2 +- > tests/qtest/meson.build | 2 +- > 2 files changed, 2

[PATCH 01/10] meson: do not unnecessarily use cmake for dependencies

2023-08-29 Thread Paolo Bonzini
Both gvnc and sysprof-capture come with pkg-config files, so specify the method to find them. Signed-off-by: Paolo Bonzini --- tests/migration/meson.build | 2 +- tests/qtest/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/migration/meson.build b/test