mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-25 19:56:43 +00:00
commit
a98ef89a49
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="mesa"
|
PKG_NAME="mesa"
|
||||||
PKG_VERSION="24.3.4"
|
PKG_VERSION="25.0.0"
|
||||||
PKG_SHA256="e641ae27191d387599219694560d221b7feaa91c900bcec46bf444218ed66025"
|
PKG_SHA256="96a53501fd59679654273258c6c6a1055a20e352ee1429f0b123516c7190e5b0"
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="http://www.mesa3d.org/"
|
PKG_SITE="http://www.mesa3d.org/"
|
||||||
PKG_URL="https://mesa.freedesktop.org/archive/mesa-${PKG_VERSION}.tar.xz"
|
PKG_URL="https://mesa.freedesktop.org/archive/mesa-${PKG_VERSION}.tar.xz"
|
||||||
@ -32,7 +32,6 @@ PKG_MESON_OPTS_TARGET="-Dgallium-drivers=${GALLIUM_DRIVERS// /,} \
|
|||||||
-Dgallium-opencl=disabled \
|
-Dgallium-opencl=disabled \
|
||||||
-Dshader-cache=enabled \
|
-Dshader-cache=enabled \
|
||||||
-Dshared-glapi=enabled \
|
-Dshared-glapi=enabled \
|
||||||
-Dopencl-spirv=false \
|
|
||||||
-Dopengl=true \
|
-Dopengl=true \
|
||||||
-Dgbm=enabled \
|
-Dgbm=enabled \
|
||||||
-Degl=enabled \
|
-Degl=enabled \
|
||||||
@ -64,7 +63,7 @@ fi
|
|||||||
|
|
||||||
if listcontains "${GRAPHIC_DRIVERS}" "iris"; then
|
if listcontains "${GRAPHIC_DRIVERS}" "iris"; then
|
||||||
PKG_DEPENDS_TARGET+=" mesa:host"
|
PKG_DEPENDS_TARGET+=" mesa:host"
|
||||||
PKG_MESON_OPTS_TARGET+=" -Dintel-clc=system"
|
PKG_MESON_OPTS_TARGET+=" -Dmesa-clc=system"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if listcontains "${GRAPHIC_DRIVERS}" "(nvidia|nvidia-ng)"; then
|
if listcontains "${GRAPHIC_DRIVERS}" "(nvidia|nvidia-ng)"; then
|
||||||
@ -117,5 +116,6 @@ fi
|
|||||||
|
|
||||||
makeinstall_host() {
|
makeinstall_host() {
|
||||||
mkdir -p "${TOOLCHAIN}/bin"
|
mkdir -p "${TOOLCHAIN}/bin"
|
||||||
cp -a src/intel/compiler/intel_clc "${TOOLCHAIN}/bin"
|
cp -a src/compiler/clc/mesa_clc "${TOOLCHAIN}/bin"
|
||||||
|
cp -a src/compiler/spirv/vtn_bindgen "${TOOLCHAIN}/bin"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user