diff options
author | 2019-09-21 21:28:07 +0200 | |
---|---|---|
committer | 2019-09-21 22:59:07 +0200 | |
commit | eeb069f96252d9e7cef6c9d53ee45d436085e3f8 (patch) | |
tree | d625dbfaecaa2e7ccb243c86f0cc3069522be6a7 /Config.in.legacy | |
parent | 5e11f348886464f4112b29f6be8e1044891bc889 (diff) | |
download | buildroot-eeb069f96252d9e7cef6c9d53ee45d436085e3f8.tar.gz buildroot-eeb069f96252d9e7cef6c9d53ee45d436085e3f8.tar.bz2 |
package/kodi-visualisation-waveforhue: remove package
This package is incompatible with Kodi 18.x, configure is broken:
CMake Error at output/host/x86_64-buildroot-linux-uclibc/sysroot/usr/share/kodi/cmake/AddonHelpers.cmake:197 (message):
"@ADDON_DEPENDS@" not found in addon.xml.in.
For details read PR 2857 of https://github.com/LibreELEC/LibreELEC.tv
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r-- | Config.in.legacy | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index b453f544c6..e3e83b43d6 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -146,6 +146,12 @@ endif comment "Legacy options removed in 2019.11" +config BR2_PACKAGE_KODI_VISUALISATION_WAVEFORHUE + bool "kodi-visualisation-waveforhue package was removed" + select BR2_LEGACY + help + This package is incompatible with Kodi 18.x. + config BR2_PACKAGE_KODI_AUDIODECODER_OPUS bool "kodi-audiodecoder-opus package was removed" select BR2_LEGACY |