projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aee57d
)
tests/qtest: Depend on dbus_display1_dep
author
Akihiko Odaki
<akihiko.odaki@daynix.com>
Wed, 14 Feb 2024 14:03:58 +0000
(23:03 +0900)
committer
Marc-André Lureau
<marcandre.lureau@redhat.com>
Fri, 16 Feb 2024 13:27:22 +0000
(17:27 +0400)
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>
tests/qtest/meson.build
patch
|
blob
|
history
diff --git
a/tests/qtest/meson.build
b/tests/qtest/meson.build
index 2b89e8634be69df8c78e9e8a0880bbfc377c01d6..430d49b409b35d1b466e7ef0e193b526e65f7d3d 100644
(file)
--- 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 = {}