mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
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:
parent
132556b9d2
commit
76d4f5c327
@ -30,10 +30,7 @@ PKG_MESON_OPTS_HOST="-Dglvnd=disabled \
|
|||||||
PKG_MESON_OPTS_TARGET="-Dgallium-drivers=${GALLIUM_DRIVERS// /,} \
|
PKG_MESON_OPTS_TARGET="-Dgallium-drivers=${GALLIUM_DRIVERS// /,} \
|
||||||
-Dgallium-extra-hud=false \
|
-Dgallium-extra-hud=false \
|
||||||
-Dgallium-rusticl=false \
|
-Dgallium-rusticl=false \
|
||||||
-Dgallium-nine=false \
|
|
||||||
-Dgallium-opencl=disabled \
|
|
||||||
-Dshader-cache=enabled \
|
-Dshader-cache=enabled \
|
||||||
-Dshared-glapi=enabled \
|
|
||||||
-Dopengl=true \
|
-Dopengl=true \
|
||||||
-Dgbm=enabled \
|
-Dgbm=enabled \
|
||||||
-Degl=enabled \
|
-Degl=enabled \
|
||||||
@ -42,8 +39,7 @@ PKG_MESON_OPTS_TARGET="-Dgallium-drivers=${GALLIUM_DRIVERS// /,} \
|
|||||||
-Dlmsensors=disabled \
|
-Dlmsensors=disabled \
|
||||||
-Dbuild-tests=false \
|
-Dbuild-tests=false \
|
||||||
-Ddraw-use-llvm=false \
|
-Ddraw-use-llvm=false \
|
||||||
-Dmicrosoft-clc=disabled \
|
-Dmicrosoft-clc=disabled"
|
||||||
-Dosmesa=false"
|
|
||||||
|
|
||||||
if [ "${DISPLAYSERVER}" = "x11" ]; then
|
if [ "${DISPLAYSERVER}" = "x11" ]; then
|
||||||
PKG_DEPENDS_TARGET+=" xorgproto libXext libXdamage libXfixes libXxf86vm libxcb libX11 libxshmfence libXrandr"
|
PKG_DEPENDS_TARGET+=" xorgproto libXext libXdamage libXfixes libXxf86vm libxcb libX11 libxshmfence libXrandr"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user