|
@@ -1,6 +1,8 @@
|
|
|
config BR2_PACKAGE_KODI_ARCH_SUPPORTS
|
|
|
bool
|
|
|
- default y if (BR2_arm || (BR2_mipsel && BR2_TOOLCHAIN_USES_GLIBC) || BR2_i386 || BR2_x86_64) && BR2_PACKAGE_BOOST_ARCH_SUPPORTS
|
|
|
+ default y if (BR2_arm || (BR2_mipsel && BR2_TOOLCHAIN_USES_GLIBC) || BR2_i386 || BR2_x86_64) \
|
|
|
+ && BR2_PACKAGE_BOOST_ARCH_SUPPORTS \
|
|
|
+ && BR2_TOOLCHAIN_HAS_SYNC_8
|
|
|
|
|
|
comment "kodi needs a uClibc or (e)glibc toolchain w/ C++, threads, wchar, dynamic library, gcc >= 4.7"
|
|
|
depends on BR2_PACKAGE_KODI_ARCH_SUPPORTS
|