mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/kodi: needs extra encodings in libiconv
The Kodi build system also enables extra encodings: https://github.com/xbmc/xbmc/blob/Leia/tools/depends/target/libiconv/Makefile#L13 Without them addons fail to install: https://github.com/garbear/kodi-steamlink/issues/34#issuecomment-579392269 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
0d711a64d4
commit
8243b84733
@@ -84,6 +84,7 @@ menuconfig BR2_PACKAGE_KODI
|
||||
select BR2_PACKAGE_LIBCURL
|
||||
select BR2_PACKAGE_LIBFRIBIDI
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
select BR2_PACKAGE_LIBICONV_EXTRA_ENCODINGS if !BR2_ENABLE_LOCALE
|
||||
select BR2_PACKAGE_LIBPLIST
|
||||
select BR2_PACKAGE_LIBSAMPLERATE
|
||||
select BR2_PACKAGE_LZO
|
||||
|
||||
Reference in New Issue
Block a user