[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 7/7] tests/qtest: Depend on dbus_display1_dep
From: |
marcandre . lureau |
Subject: |
[PULL 7/7] tests/qtest: Depend on dbus_display1_dep |
Date: |
Fri, 16 Feb 2024 17:31:40 +0400 |
From: Akihiko Odaki <akihiko.odaki@daynix.com>
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index 2b89e8634b..430d49b409 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.1
- [PULL 0/7] Ui patches, marcandre . lureau, 2024/02/16
- [PULL 2/7] ui/clipboard: mark type as not available when there is no data, marcandre . lureau, 2024/02/16
- [PULL 6/7] meson: Explicitly specify dbus-display1.h dependency, marcandre . lureau, 2024/02/16
- [PULL 1/7] ui: reject extended clipboard message if not activated, marcandre . lureau, 2024/02/16
- [PULL 4/7] ui/console: Fix console resize with placeholder surface, marcandre . lureau, 2024/02/16
- [PULL 3/7] ui/clipboard: add asserts for update and request, marcandre . lureau, 2024/02/16
- [PULL 7/7] tests/qtest: Depend on dbus_display1_dep,
marcandre . lureau <=
- [PULL 5/7] audio: Depend on dbus_display1_dep, marcandre . lureau, 2024/02/16
- Re: [PULL 0/7] Ui patches, Peter Maydell, 2024/02/20