mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
.github: compile-drivers.sh: add xf86-video-freedreno driver
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
ff005de2a2
commit
015a305c0b
1
.github/scripts/compile-drivers.sh
vendored
1
.github/scripts/compile-drivers.sh
vendored
@@ -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
|
||||
|
||||
2
.github/scripts/install-prereq.sh
vendored
2
.github/scripts/install-prereq.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user