|
@@ -191,12 +191,13 @@ config BR2_PACKAGE_KODI_LIBSHAIRPLAY
|
|
comment "shairport support needs a toolchain w/ dynamic library"
|
|
comment "shairport support needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|
|
depends on BR2_STATIC_LIBS
|
|
|
|
|
|
-comment "samba support needs an (e)glibc toolchain w/ RPC"
|
|
|
|
- depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
|
|
+comment "samba support needs a (e)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
|
|
|
|
|
|
+ depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_UCLIBC
|
|
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
select BR2_PACKAGE_SAMBA4
|
|
select BR2_PACKAGE_SAMBA4
|