Loading package/mpd/Config.in +5 −2 Original line number Diff line number Diff line Loading @@ -192,11 +192,14 @@ config BR2_PACKAGE_MPD_LIBNFS comment "nfs support needs a toolchain w/ RPC" depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC comment "samba support needs an (e)glibc toolchain" depends on !BR2_TOOLCHAIN_USES_GLIBC config BR2_PACKAGE_MPD_LIBSMBCLIENT bool "samba" depends on !BR2_nios2 # samba select BR2_PACKAGE_SAMBA select BR2_PACKAGE_SAMBA_LIBSMBCLIENT depends on BR2_TOOLCHAIN_USES_GLIBC select BR2_PACKAGE_SAMBA4 help Enable Samba support. Loading package/mpd/mpd.mk +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ MPD_CONF_OPTS += --disable-nfs endif ifeq ($(BR2_PACKAGE_MPD_LIBSMBCLIENT),y) MPD_DEPENDENCIES += samba MPD_DEPENDENCIES += samba4 MPD_CONF_OPTS += --enable-smbclient else MPD_CONF_OPTS += --disable-smbclient Loading Loading
package/mpd/Config.in +5 −2 Original line number Diff line number Diff line Loading @@ -192,11 +192,14 @@ config BR2_PACKAGE_MPD_LIBNFS comment "nfs support needs a toolchain w/ RPC" depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC comment "samba support needs an (e)glibc toolchain" depends on !BR2_TOOLCHAIN_USES_GLIBC config BR2_PACKAGE_MPD_LIBSMBCLIENT bool "samba" depends on !BR2_nios2 # samba select BR2_PACKAGE_SAMBA select BR2_PACKAGE_SAMBA_LIBSMBCLIENT depends on BR2_TOOLCHAIN_USES_GLIBC select BR2_PACKAGE_SAMBA4 help Enable Samba support. Loading
package/mpd/mpd.mk +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ MPD_CONF_OPTS += --disable-nfs endif ifeq ($(BR2_PACKAGE_MPD_LIBSMBCLIENT),y) MPD_DEPENDENCIES += samba MPD_DEPENDENCIES += samba4 MPD_CONF_OPTS += --enable-smbclient else MPD_CONF_OPTS += --disable-smbclient Loading