Skip to content

Commit

Permalink
tests/qtest: Depend on dbus_display1_dep
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
akihikodaki authored and elmarco committed Feb 16, 2024
1 parent 7aee57d commit 186acfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qtest/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 186acfb

Please sign in to comment.