From 36a24ef23c1858fb22b51fe6b8e97d17c1d6cb66 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 17 Jun 2025 20:22:27 +0200 Subject: [PATCH] .github: drop -Dxwayland=false Xwayland had been dropped, so no need to switch it off explicitly anymore. Signed-off-by: Enrico Weigelt, metux IT consult --- .github/workflows/build-xserver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-xserver.yml b/.github/workflows/build-xserver.yml index af9c0a2c1..b9b301dd9 100644 --- a/.github/workflows/build-xserver.yml +++ b/.github/workflows/build-xserver.yml @@ -69,7 +69,7 @@ jobs: drivers-build-ubuntu: env: - MESON_ARGS: -Dc_args="-fno-common" -Dprefix=/usr -Dxephyr=false -Dwerror=false -Dxcsecurity=false -Dxwayland=false -Dxorg=true -Dxvfb=false -Dxnest=false + MESON_ARGS: -Dc_args="-fno-common" -Dprefix=/usr -Dxephyr=false -Dwerror=false -Dxcsecurity=false -Dxorg=true -Dxvfb=false -Dxnest=false runs-on: ubuntu-latest steps: - name: Check out repository code