0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-01 03:21:21 +00:00
Matthias Reichl 02e184a939 imon-mce: remove broken addon
All this addon did was calling ir-keytable in some half broken way
which never worked in LE 10.

Using a .config/rc_maps.cfg with "* * imon_mce.toml" has the same
effect, so this addon can simply be dropped.

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-04-06 20:15:24 +02:00

26 lines
528 B
Makefile

# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="imon-mce"
PKG_VERSION="1.0"
PKG_REV="102"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE=""
PKG_URL=""
PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="driver/remote"
PKG_SHORTDESC="Add-on removed"
PKG_LONGDESC="Add-on removed"
PKG_TOOLCHAIN="manual"
PKG_ADDON_BROKEN="iMON-MCE driver was removed, use .config/rc_maps.cfg instead."
PKG_IS_ADDON="yes"
PKG_ADDON_NAME="iMON-MCE"
PKG_ADDON_TYPE="xbmc.broken"
addon() {
:
}