From: Marc-André Lureau Date: Thu, 13 Jan 2022 16:21:48 +0000 (+0400) Subject: build-sys: fix a meson deprecation warning X-Git-Tag: qemu-xen-4.17.0-rc4~118^2~13 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=861aa79ad8bc1769b6eaf4bdde426decd3d947b8;p=qemu-xen.git build-sys: fix a meson deprecation warning WARNING: Deprecated features used: * 0.56.0: {'meson.source_root'} Signed-off-by: Marc-André Lureau Reported-by: Peter Maydell Message-Id: <20220113162148.3621818-1-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index 26937deb6d..842b1df420 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -103,7 +103,7 @@ if dbus_daemon.found() and config_host.has_key('GDBUS_CODEGEN') #qtests_i386 += ['dbus-vmstate-test'] dbus_vmstate1 = custom_target('dbus-vmstate description', output: ['dbus-vmstate1.h', 'dbus-vmstate1.c'], - input: meson.source_root() / 'backends/dbus-vmstate1.xml', + input: meson.project_source_root() / 'backends/dbus-vmstate1.xml', command: [config_host['GDBUS_CODEGEN'], '@INPUT@', '--interface-prefix', 'org.qemu',