summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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': [