From f7c55d478a78cfc4076301c3ef561549ffe6c373 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Tue, 3 May 2022 16:52:51 +0200 Subject: [PATCH] ci: Disable xwayland when wayland is disabled As we error out if wayland is disabled and xwayland is enabled Part-of: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index febb7fdb8..459f55b05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -296,6 +296,7 @@ build-without-native-backend-and-wayland@x86_64: -Dnative_backend=false -Dudev=false -Dwayland=false + -Dxwayland=false -Dcore_tests=false -Dnative_tests=false - meson compile -C build