mirror of https://github.com/xemu-project/xemu.git
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:
parent
7aee57df93
commit
186acfbaf7
|
@ -344,7 +344,7 @@ if vnc.found()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if dbus_display
|
if dbus_display
|
||||||
qtests += {'dbus-display-test': [dbus_display1, gio]}
|
qtests += {'dbus-display-test': [dbus_display1_dep, gio]}
|
||||||
endif
|
endif
|
||||||
|
|
||||||
qtest_executables = {}
|
qtest_executables = {}
|
||||||
|
|
Loading…
Reference in New Issue