summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Elmoussaoui <belmouss@redhat.com>2023-03-28 15:12:27 +0200
committerMarge Bot <marge-bot@gnome.org>2023-05-15 11:52:35 +0000
commit05dd401b647193880c35dcda3db44ad6a25a6bc7 (patch)
tree5248d2829127ec1fccb3d53fba296c2297132e73
parent99a58be10481b5d1ca29ff4f4ca3e0091728f4b5 (diff)
downloadmutter-05dd401b647193880c35dcda3db44ad6a25a6bc7.tar.gz
tests: Make wayland-x11-interop depends on xwayland feature
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2938>
-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 e93cde3cb..65c6392bc 100644
--- a/src/tests/meson.build
+++ b/src/tests/meson.build
@@ -458,21 +458,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': [