kodi: propagate the dynamic library dependency of python
authorBaruch Siach <baruch@tkos.co.il>
Sat, 6 Jun 2015 20:54:27 +0000 (23:54 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 7 Jun 2015 22:07:55 +0000 (00:07 +0200)
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/kodi/Config.in

index a4d1aab21405ad864732e59a63a3a5cd2b4bcbdc..ea4b44973ec6f6a31ce86ece028a7498332e390e 100644 (file)
@@ -3,9 +3,10 @@ config BR2_PACKAGE_KODI_ARCH_SUPPORTS
        default y if (BR2_arm || BR2_i386 || BR2_x86_64) && BR2_PACKAGE_BOOST_ARCH_SUPPORTS
 
 
-comment "kodi needs a toolchain w/ C++, threads, wchar"
+comment "kodi needs a toolchain w/ C++, threads, wchar, dynamic library"
        depends on BR2_PACKAGE_KODI_ARCH_SUPPORTS
-       depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
+       depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \
+               || !BR2_USE_WCHAR || BR2_STATIC_LIBS
        depends on BR2_USE_MMU
 
 config BR2_PACKAGE_KODI_EGL_GLES
@@ -97,6 +98,7 @@ menuconfig BR2_PACKAGE_KODI
        depends on BR2_PACKAGE_KODI_EGL_GLES || BR2_PACKAGE_KODI_GL
        depends on BR2_USE_MMU # python
        depends on BR2_USE_WCHAR
+       depends on !BR2_STATIC_LIBS # python
        depends on BR2_PACKAGE_KODI_ARCH_SUPPORTS
        help
          Kodi is an award-winning free and open source (GPL) software