Merge pull request #10132 from heitbaum/cleanup

mesa: drop deprecated options
This commit is contained in:
Matthias Reichl 2025-06-07 17:09:15 +02:00 committed by GitHub
commit 89121b9fbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,10 +30,7 @@ PKG_MESON_OPTS_HOST="-Dglvnd=disabled \
PKG_MESON_OPTS_TARGET="-Dgallium-drivers=${GALLIUM_DRIVERS// /,} \
-Dgallium-extra-hud=false \
-Dgallium-rusticl=false \
-Dgallium-nine=false \
-Dgallium-opencl=disabled \
-Dshader-cache=enabled \
-Dshared-glapi=enabled \
-Dopengl=true \
-Dgbm=enabled \
-Degl=enabled \
@ -42,8 +39,7 @@ PKG_MESON_OPTS_TARGET="-Dgallium-drivers=${GALLIUM_DRIVERS// /,} \
-Dlmsensors=disabled \
-Dbuild-tests=false \
-Ddraw-use-llvm=false \
-Dmicrosoft-clc=disabled \
-Dosmesa=false"
-Dmicrosoft-clc=disabled"
if [ "${DISPLAYSERVER}" = "x11" ]; then
PKG_DEPENDS_TARGET+=" xorgproto libXext libXdamage libXfixes libXxf86vm libxcb libX11 libxshmfence libXrandr"