Revision | 861aa79ad8bc1769b6eaf4bdde426decd3d947b8 (tree) |
---|---|
Time | 2022-01-27 20:08:12 |
Author | Marc-André Lureau <marcandre.lureau@redh...> |
Commiter | Paolo Bonzini |
build-sys: fix a meson deprecation warning
WARNING: Deprecated features used:
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20220113162148.3621818-1-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
@@ -103,7 +103,7 @@ if dbus_daemon.found() and config_host.has_key('GDBUS_CODEGEN') | ||
103 | 103 | #qtests_i386 += ['dbus-vmstate-test'] |
104 | 104 | dbus_vmstate1 = custom_target('dbus-vmstate description', |
105 | 105 | output: ['dbus-vmstate1.h', 'dbus-vmstate1.c'], |
106 | - input: meson.source_root() / 'backends/dbus-vmstate1.xml', | |
106 | + input: meson.project_source_root() / 'backends/dbus-vmstate1.xml', | |
107 | 107 | command: [config_host['GDBUS_CODEGEN'], |
108 | 108 | '@INPUT@', |
109 | 109 | '--interface-prefix', 'org.qemu', |