|
@@ -1,17 +1,19 @@
|
|
config BR2_PACKAGE_KODI_ARCH_SUPPORTS
|
|
config BR2_PACKAGE_KODI_ARCH_SUPPORTS
|
|
bool
|
|
bool
|
|
|
|
+ depends on BR2_USE_MMU # libcdio, and others
|
|
default y if (BR2_arm || (BR2_mipsel && BR2_TOOLCHAIN_USES_GLIBC) || BR2_i386 || BR2_x86_64) \
|
|
default y if (BR2_arm || (BR2_mipsel && BR2_TOOLCHAIN_USES_GLIBC) || BR2_i386 || BR2_x86_64) \
|
|
&& BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS \
|
|
&& BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS \
|
|
&& BR2_TOOLCHAIN_HAS_SYNC_8
|
|
&& BR2_TOOLCHAIN_HAS_SYNC_8
|
|
|
|
|
|
-comment "kodi needs a uClibc or glibc toolchain w/ C++, threads, wchar, dynamic library, gcc >= 4.7, host gcc >= 4.6"
|
|
|
|
|
|
+comment "kodi needs python w/ .py modules, a uClibc or glibc toolchain w/ C++, threads, wchar, dynamic library, gcc >= 4.7, host gcc >= 4.6"
|
|
depends on BR2_PACKAGE_KODI_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_KODI_ARCH_SUPPORTS
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \
|
|
|| !BR2_USE_WCHAR || BR2_STATIC_LIBS \
|
|
|| !BR2_USE_WCHAR || BR2_STATIC_LIBS \
|
|
|| !BR2_HOST_GCC_AT_LEAST_4_6 \
|
|
|| !BR2_HOST_GCC_AT_LEAST_4_6 \
|
|
|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 \
|
|
|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 \
|
|
- || BR2_TOOLCHAIN_USES_MUSL
|
|
|
|
- depends on BR2_USE_MMU
|
|
|
|
|
|
+ || BR2_TOOLCHAIN_USES_MUSL \
|
|
|
|
+ || !BR2_PACKAGE_PYTHON \
|
|
|
|
+ || BR2_PACKAGE_PYTHON_PYC_ONLY
|
|
|
|
|
|
config BR2_PACKAGE_KODI_EGL_GLES
|
|
config BR2_PACKAGE_KODI_EGL_GLES
|
|
bool
|
|
bool
|
|
@@ -42,10 +44,11 @@ menuconfig BR2_PACKAGE_KODI
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|
|
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_WCHAR
|
|
depends on BR2_USE_WCHAR
|
|
- depends on !BR2_STATIC_LIBS # python
|
|
|
|
|
|
+ depends on !BR2_STATIC_LIBS # libsquish, and others
|
|
depends on BR2_PACKAGE_KODI_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_KODI_ARCH_SUPPORTS
|
|
|
|
+ depends on BR2_PACKAGE_PYTHON
|
|
|
|
+ depends on !BR2_PACKAGE_PYTHON_PYC_ONLY
|
|
select BR2_NEEDS_HOST_JAVA
|
|
select BR2_NEEDS_HOST_JAVA
|
|
select BR2_PACKAGE_BOOST
|
|
select BR2_PACKAGE_BOOST
|
|
select BR2_PACKAGE_BOOST_THREAD
|
|
select BR2_PACKAGE_BOOST_THREAD
|
|
@@ -83,7 +86,6 @@ menuconfig BR2_PACKAGE_KODI
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_PCRE
|
|
select BR2_PACKAGE_PCRE
|
|
select BR2_PACKAGE_PCRE_UCP
|
|
select BR2_PACKAGE_PCRE_UCP
|
|
- select BR2_PACKAGE_PYTHON
|
|
|
|
select BR2_PACKAGE_PYTHON_BSDDB
|
|
select BR2_PACKAGE_PYTHON_BSDDB
|
|
select BR2_PACKAGE_PYTHON_BZIP2
|
|
select BR2_PACKAGE_PYTHON_BZIP2
|
|
select BR2_PACKAGE_PYTHON_CURSES
|
|
select BR2_PACKAGE_PYTHON_CURSES
|
|
@@ -200,16 +202,9 @@ config BR2_PACKAGE_KODI_LIBSHAIRPLAY
|
|
Enable Shairport support.
|
|
Enable Shairport support.
|
|
Select this if you want to stream content from an Apple device.
|
|
Select this if you want to stream content from an Apple device.
|
|
|
|
|
|
-comment "samba support needs a glibc or uClibc toolchain w/ RPC"
|
|
|
|
- depends on (!BR2_TOOLCHAIN_USES_GLIBC && \
|
|
|
|
- !BR2_TOOLCHAIN_USES_UCLIBC) || !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
-
|
|
|
|
config BR2_PACKAGE_KODI_LIBSMBCLIENT
|
|
config BR2_PACKAGE_KODI_LIBSMBCLIENT
|
|
bool "samba"
|
|
bool "samba"
|
|
- depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_UCLIBC
|
|
|
|
- depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
- depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
|
|
- select BR2_PACKAGE_SAMBA4
|
|
|
|
|
|
+ depends on BR2_PACKAGE_SAMBA4
|
|
help
|
|
help
|
|
Enable Samba support
|
|
Enable Samba support
|
|
|
|
|