mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
linux: drop support for libmali
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
71ac2df559
commit
3f24ba312a
@ -141,12 +141,6 @@ pre_make_target() {
|
||||
${PKG_BUILD}/scripts/config ${OPTION} CONFIG_ISCSI_IBFT_FIND
|
||||
${PKG_BUILD}/scripts/config ${OPTION} CONFIG_ISCSI_IBFT
|
||||
|
||||
# disable lima/panfrost if libmali is configured
|
||||
if [ "${OPENGLES}" = "libmali" ]; then
|
||||
${PKG_BUILD}/scripts/config --disable CONFIG_DRM_LIMA
|
||||
${PKG_BUILD}/scripts/config --disable CONFIG_DRM_PANFROST
|
||||
fi
|
||||
|
||||
# disable wireguard support if not enabled
|
||||
if [ ! "${WIREGUARD_SUPPORT}" = yes ]; then
|
||||
${PKG_BUILD}/scripts/config --disable CONFIG_WIREGUARD
|
||||
|
Loading…
x
Reference in New Issue
Block a user