From 05dd401b647193880c35dcda3db44ad6a25a6bc7 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Tue, 28 Mar 2023 15:12:27 +0200 Subject: tests: Make wayland-x11-interop depends on xwayland feature Part-of: --- src/tests/meson.build | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/tests/meson.build b/src/tests/meson.build index e93cde3cb..65c6392bc 100644 --- a/src/tests/meson.build +++ b/src/tests/meson.build @@ -458,20 +458,20 @@ if have_native_tests wayland_test_utils, ], }, - { - 'name': 'wayland-x11-interop', - 'suite': 'wayland', - 'sources': [ - 'wayland-x11-interop-tests.c', - wayland_test_client_utils, - wayland_test_utils, - wayland_protocol_files['mutter-x11-interop']['protocol-code'], - built_dbus_sources['meta-dbus-service-channel'], - ], - }, ] if have_xwayland test_cases += [ + { + 'name': 'wayland-x11-interop', + 'suite': 'wayland', + 'sources': [ + 'wayland-x11-interop-tests.c', + wayland_test_client_utils, + wayland_test_utils, + wayland_protocol_files['mutter-x11-interop']['protocol-code'], + built_dbus_sources['meta-dbus-service-channel'], + ], + }, { 'name': 'xwayland', 'suite': 'wayland', -- cgit v1.2.1