|
@@ -33,6 +33,15 @@ comment "kodi requires an OpenGL ES and EGL backend"
|
|
|
|
|
|
menuconfig BR2_PACKAGE_KODI
|
|
|
bool "kodi"
|
|
|
+ depends on BR2_INSTALL_LIBSTDCPP
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ depends on !BR2_TOOLCHAIN_USES_MUSL
|
|
|
+ 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
|
|
|
select BR2_NEEDS_HOST_JAVA
|
|
|
select BR2_PACKAGE_BOOST
|
|
|
select BR2_PACKAGE_BOOST_THREAD
|
|
@@ -90,15 +99,6 @@ menuconfig BR2_PACKAGE_KODI
|
|
|
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_INSTALL_LIBSTDCPP
|
|
|
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
|
|
- depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
- depends on !BR2_TOOLCHAIN_USES_MUSL
|
|
|
- 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
|
|
|
media player and entertainment hub for digital media.
|
|
@@ -132,8 +132,8 @@ config BR2_PACKAGE_KODI_DBUS
|
|
|
|
|
|
config BR2_PACKAGE_KODI_LIBBLURAY
|
|
|
bool "blu-ray"
|
|
|
- select BR2_PACKAGE_LIBBLURAY
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
+ select BR2_PACKAGE_LIBBLURAY
|
|
|
help
|
|
|
Enable Blu-ray input support.
|
|
|
Select this if you want to play back Blu-ray content.
|
|
@@ -228,8 +228,8 @@ config BR2_PACKAGE_KODI_LIBUSB
|
|
|
|
|
|
config BR2_PACKAGE_KODI_LIBVA
|
|
|
bool "va"
|
|
|
- select BR2_PACKAGE_LIBVA
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
+ select BR2_PACKAGE_LIBVA
|
|
|
help
|
|
|
Enable libva support.
|
|
|
|