From 015a305c0bfd38a22cc7ec17deee53397acde5c1 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 16 Dec 2025 15:07:52 +0100 Subject: [PATCH] .github: compile-drivers.sh: add xf86-video-freedreno driver Signed-off-by: Enrico Weigelt, metux IT consult --- .github/scripts/compile-drivers.sh | 1 + .github/scripts/install-prereq.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/scripts/compile-drivers.sh b/.github/scripts/compile-drivers.sh index afe28a9454..29a4764f3c 100755 --- a/.github/scripts/compile-drivers.sh +++ b/.github/scripts/compile-drivers.sh @@ -30,6 +30,7 @@ build_xf86drv_ac video-chips 1.5.0.3 build_xf86drv_ac video-cirrus 1.6.1 build_xf86drv_ac video-dummy 0.4.1.3 build_xf86drv_ac video-fbdev 0.5.2 +build_xf86drv_ac video-freedreno 1.4.1 build_xf86drv_ac video-geode 2.18.1.3 build_xf86drv_ac video-i128 1.4.1.2 build_xf86drv_ac video-i740 1.4.0.2 diff --git a/.github/scripts/install-prereq.sh b/.github/scripts/install-prereq.sh index 30b2d7bb82..97b310bf32 100755 --- a/.github/scripts/install-prereq.sh +++ b/.github/scripts/install-prereq.sh @@ -9,7 +9,7 @@ cd $X11_BUILD_DIR build_meson rendercheck $(fdo_mirror rendercheck) rendercheck-1.6 if [ "$X11_OS" = "Linux" ]; then -build_meson drm $(fdo_mirror drm) libdrm-2.4.121 -Domap=enabled +build_meson drm $(fdo_mirror drm) libdrm-2.4.121 -Domap=enabled -Dfreedreno=enabled fi build_meson libxcvt $(fdo_mirror libxcvt) libxcvt-0.1.0 build_meson xorgproto $(fdo_mirror xorgproto) xorgproto-2024.1