tests/qtest: Depend on dbus_display1_dep

It ensures dbus-display1.c will not be recompiled.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20240214-dbus-v7-3-7eff29f04c34@daynix.com>
This commit is contained in:
Akihiko Odaki 2024-02-14 23:03:58 +09:00 committed by Marc-André Lureau
parent 7aee57df93
commit 186acfbaf7
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}