Commit dc6b46d1 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

kodi: switch smb support to samba4

parent f83662bb
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -202,10 +202,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

config BR2_PACKAGE_KODI_LIBSMBCLIENT
	bool "samba"
	select BR2_PACKAGE_SAMBA
	select BR2_PACKAGE_SAMBA_LIBSMBCLIENT
	depends on BR2_TOOLCHAIN_USES_GLIBC
	select BR2_PACKAGE_SAMBA4
	help
	  Enable Samba support

+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ KODI_CONF_OPTS += --disable-webserver
endif

ifeq ($(BR2_PACKAGE_KODI_LIBSMBCLIENT),y)
KODI_DEPENDENCIES += samba
KODI_DEPENDENCIES += samba4
KODI_CONF_OPTS += --enable-samba
else
KODI_CONF_OPTS += --disable-samba