mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge pull request #10043 from heitbaum/mesa
mesa: panfrost requires libclc since 25.1.0
This commit is contained in:
commit
aa21a79ab8
@ -61,7 +61,7 @@ if listcontains "${GRAPHIC_DRIVERS}" "etnaviv"; then
|
||||
PKG_DEPENDS_TARGET+=" pycparser:host"
|
||||
fi
|
||||
|
||||
if listcontains "${GRAPHIC_DRIVERS}" "iris"; then
|
||||
if listcontains "${GRAPHIC_DRIVERS}" "(iris|panfrost)"; then
|
||||
PKG_DEPENDS_TARGET+=" mesa:host"
|
||||
PKG_MESON_OPTS_TARGET+=" -Dmesa-clc=system"
|
||||
fi
|
||||
|
@ -101,7 +101,7 @@ pre_configure_host() {
|
||||
post_make_host() {
|
||||
ninja ${NINJA_OPTS} llvm-config llvm-objcopy llvm-tblgen
|
||||
|
||||
if listcontains "${GRAPHIC_DRIVERS}" "iris"; then
|
||||
if listcontains "${GRAPHIC_DRIVERS}" "(iris|panfrost)"; then
|
||||
ninja ${NINJA_OPTS} llvm-as llvm-link llvm-spirv opt
|
||||
fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user