From 814f887430deb390341c8585cd413e0effc94798 Mon Sep 17 00:00:00 2001 From: Akihiko Odaki Date: Wed, 14 Feb 2024 23:03:58 +0900 Subject: [PATCH] tests/qtest: Depend on dbus_display1_dep MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It ensures dbus-display1.c will not be recompiled. Signed-off-by: Akihiko Odaki Reviewed-by: Marc-André Lureau Message-Id: <20240214-dbus-v7-3-7eff29f04c34@daynix.com> (cherry picked from commit 186acfbaf7f325833702f50f75ef5116dc29e233) Signed-off-by: Michael Tokarev --- 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 fc14ae95a3d..f096cf3ecd0 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -333,7 +333,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.39.5