From: Julien Boibessot Date: Mon, 9 Mar 2015 12:38:38 +0000 (+0100) Subject: package/kodi: enable gconv libraries on glibc configurations X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=48a717343deabbf9aa8b09f0c2b6944bcb5a81d9;p=buildroot.git package/kodi: enable gconv libraries on glibc configurations When a glibc toolchain is used, Kodi really requires the gconv libraries to be installed, otherwise no text is rendered in the GUI. [Thomas: slightly improve commit message.] Signed-off-by: Julien Boibessot Reviewed-by: "Yann E. MORIN" Tested-by: "Maxime Hadjinlian" Signed-off-by: Thomas Petazzoni --- diff --git a/package/kodi/Config.in b/package/kodi/Config.in index a0cbb18660..88d11096b3 100644 --- a/package/kodi/Config.in +++ b/package/kodi/Config.in @@ -91,6 +91,7 @@ menuconfig BR2_PACKAGE_KODI select BR2_PACKAGE_XLIB_XT if BR2_PACKAGE_KODI_GL # needed by rsxs screensaver select BR2_PACKAGE_YAJL select BR2_PACKAGE_ZLIB + select BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY if BR2_TOOLCHAIN_USES_GLIBC # runtime UTF conversion support depends on BR2_INET_IPV6 depends on BR2_INSTALL_LIBSTDCPP depends on BR2_TOOLCHAIN_HAS_THREADS