.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

13
.github/scripts/install-prereq-drivers.sh vendored Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
set -e
. .github/scripts/util.sh
mkdir -p $X11_BUILD_DIR
cd $X11_BUILD_DIR
if [ "$X11_OS" = "Linux" ]; then
build_meson drm $(fdo_mirror drm) libdrm-2.4.121 -Domap=enabled -Dfreedreno=enabled
fi
build_meson xorgproto $(fdo_mirror xorgproto) xorgproto-2024.1