mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
linux: drop support for libmali
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
3a7045dcbc
commit
39bd97f232
@ -142,12 +142,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