summaryrefslogtreecommitdiffstats
path: root/package/kodi/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/kodi/Config.in')
-rw-r--r--package/kodi/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/kodi/Config.in b/package/kodi/Config.in
index e697b52d27..a657f5baf1 100644
--- a/package/kodi/Config.in
+++ b/package/kodi/Config.in
@@ -208,12 +208,13 @@ config BR2_PACKAGE_KODI_LIBSHAIRPLAY
comment "shairport support needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS
-comment "samba support needs an (e)glibc toolchain"
- depends on !BR2_TOOLCHAIN_USES_GLIBC
+comment "samba support needs an (e)glibc toolchain w/ RPC"
+ depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_TOOLCHAIN_HAS_NATIVE_RPC
config BR2_PACKAGE_KODI_LIBSMBCLIENT
bool "samba"
depends on BR2_TOOLCHAIN_USES_GLIBC
+ depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
select BR2_PACKAGE_SAMBA4
help
Enable Samba support
OpenPOWER on IntegriCloud