mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
kodi: propagate the dynamic library dependency of python
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
51221041a3
commit
36e69dc241
@ -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
|
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_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
|
depends on BR2_USE_MMU
|
||||||
|
|
||||||
config BR2_PACKAGE_KODI_EGL_GLES
|
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_PACKAGE_KODI_EGL_GLES || BR2_PACKAGE_KODI_GL
|
||||||
depends on BR2_USE_MMU # python
|
depends on BR2_USE_MMU # python
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
|
depends on !BR2_STATIC_LIBS # python
|
||||||
depends on BR2_PACKAGE_KODI_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_KODI_ARCH_SUPPORTS
|
||||||
help
|
help
|
||||||
Kodi is an award-winning free and open source (GPL) software
|
Kodi is an award-winning free and open source (GPL) software
|
||||||
|
Loading…
x
Reference in New Issue
Block a user