mesa: drop deprecated options

The following options are now deprecated:
- DEPRECATION: Option 'gallium-nine' is deprecated
  - was false and defaults to false
- DEPRECATION: Option 'gallium-opencl' is deprecated
  - was false and defaults to false
- DEPRECATION: Option 'shared-glapi' is deprecated
  - option now does nothing
- DEPRECATION: Option 'osmesa' is deprecated
  - option now does nothing

- DEPRECATION: Option 'gallium-xa' is deprecated
  - this deprecated option has been left as-is until it is removed by upstream.
    this is expected in mesa 25.2
    is set to true for vmware otherwise was false and defaults to false
This commit is contained in:
Rudi Heitbaum 2025-06-07 14:25:54 +00:00
parent 132556b9d2
commit 76d4f5c327

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"