mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
mesa: panfrost requires libclc since 25.1.0
This commit is contained in:
parent
c498a43618
commit
4027215410
@ -61,7 +61,7 @@ if listcontains "${GRAPHIC_DRIVERS}" "etnaviv"; then
|
|||||||
PKG_DEPENDS_TARGET+=" pycparser:host"
|
PKG_DEPENDS_TARGET+=" pycparser:host"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if listcontains "${GRAPHIC_DRIVERS}" "iris"; then
|
if listcontains "${GRAPHIC_DRIVERS}" "(iris|panfrost)"; then
|
||||||
PKG_DEPENDS_TARGET+=" mesa:host"
|
PKG_DEPENDS_TARGET+=" mesa:host"
|
||||||
PKG_MESON_OPTS_TARGET+=" -Dmesa-clc=system"
|
PKG_MESON_OPTS_TARGET+=" -Dmesa-clc=system"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user