It ensures dbus-display1.c will not be recompiled. Signed-off-by: Akihiko Odaki <akihiko.od...@daynix.com> Reviewed-by: Marc-André Lureau <marcandre.lur...@redhat.com> --- tests/qtest/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index 39557d5ecbb0..eb075fcda283 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -344,7 +344,7 @@ if vnc.found() endif if dbus_display - qtests += {'dbus-display-test': [dbus_display1, gio]} + qtests += {'dbus-display-test': [dbus_display1_dep, gio]} endif qtest_executables = {} -- 2.43.0