package/kodi: enable gconv libraries on glibc configurations
authorJulien Boibessot <julien.boibessot@armadeus.com>
Mon, 9 Mar 2015 12:38:38 +0000 (13:38 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 3 Apr 2015 12:32:57 +0000 (14:32 +0200)
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 <julien.boibessot@armadeus.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Tested-by: "Maxime Hadjinlian" <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/kodi/Config.in

index a0cbb18660c377e5e84ebdc24940d2dfeccbadb9..88d11096b352ab32db262201974fbbc32d07ba28 100644 (file)
@@ -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