mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 06:36:41 +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_FIND
|
||||||
${PKG_BUILD}/scripts/config ${OPTION} CONFIG_ISCSI_IBFT
|
${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
|
# disable wireguard support if not enabled
|
||||||
if [ ! "${WIREGUARD_SUPPORT}" = yes ]; then
|
if [ ! "${WIREGUARD_SUPPORT}" = yes ]; then
|
||||||
${PKG_BUILD}/scripts/config --disable CONFIG_WIREGUARD
|
${PKG_BUILD}/scripts/config --disable CONFIG_WIREGUARD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user