summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Elmoussaoui <belmouss@redhat.com>2023-03-28 15:12:27 +0200
committerCarlos Garnacho <carlosg@gnome.org>2023-04-14 14:48:14 +0000
commit7f24933d0beceb66ea4c90c7cd247f487029f8c3 (patch)
tree72d2102730bb4a2095bb3c75ae597bda96600905
parent2a600ac98e5d47f68a3e39dc12801a5e1c7bb7fa (diff)
downloadmutter-bilelmoussaoui/tests-xwayland.tar.gz
tests: Make wayland-x11-interop depends on xwayland featurebilelmoussaoui/tests-xwayland
-rw-r--r--src/tests/meson.build22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/tests/meson.build b/src/tests/meson.build
index 3768b83da..635e0b073 100644
--- a/src/tests/meson.build
+++ b/src/tests/meson.build
@@ -449,21 +449,21 @@ 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',
'sources': [