.github: build drivers against xorg-sdk without actual Xserver compile

Use the new xorg-sdk build type instead of building a complete Xserver,
to compile our drivers against.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-02-13 14:59:17 +01:00
committed by Enrico Weigelt
parent af0de5a0f4
commit 1d27e2878a
4 changed files with 18 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ jobs:
drivers-build-ubuntu:
env:
MESON_ARGS: -Dprefix=/usr -Dxephyr=false -Dwerror=false -Dxcsecurity=false -Dxorg=true -Dxvfb=false -Dxnest=false -Dxfbdev=false
MESON_ARGS: -Dprefix=/usr -Dxorg-sdk=true -Dxorg=false -Dxephyr=false -Dwerror=false -Dxcsecurity=false -Dxorg=true -Dxvfb=false -Dxnest=false -Dxfbdev=false
runs-on: ubuntu-latest
steps:
- name: Check out repository code
@@ -112,7 +112,7 @@ jobs:
restore-keys: ${{ runner.name }}-x11-deps-
- name: generic prereq
run: .github/scripts/install-prereq.sh
run: .github/scripts/install-prereq-drivers.sh
- name: build xserver sdk
run: |