Loading package/mpd/Config.in +8 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,14 @@ config BR2_PACKAGE_MPD_CURL help Enable curl streaming (http) support. config BR2_PACKAGE_MPD_LIBSMBCLIENT bool "samba" depends on !BR2_nios2 # samba select BR2_PACKAGE_SAMBA select BR2_PACKAGE_SAMBA_LIBSMBCLIENT help Enable Samba support. config BR2_PACKAGE_MPD_SOUNDCLOUD bool "soundcloud" select BR2_PACKAGE_YAJL Loading package/mpd/mpd.mk +7 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,13 @@ else MPD_CONF_OPTS += --disable-lame-encoder endif ifeq ($(BR2_PACKAGE_MPD_LIBSMBCLIENT),y) MPD_DEPENDENCIES += samba MPD_CONF_OPTS += --enable-smbclient else MPD_CONF_OPTS += --disable-smbclient endif ifeq ($(BR2_PACKAGE_MPD_LIBSAMPLERATE),y) MPD_DEPENDENCIES += libsamplerate MPD_CONF_OPTS += --enable-lsr Loading Loading
package/mpd/Config.in +8 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,14 @@ config BR2_PACKAGE_MPD_CURL help Enable curl streaming (http) support. config BR2_PACKAGE_MPD_LIBSMBCLIENT bool "samba" depends on !BR2_nios2 # samba select BR2_PACKAGE_SAMBA select BR2_PACKAGE_SAMBA_LIBSMBCLIENT help Enable Samba support. config BR2_PACKAGE_MPD_SOUNDCLOUD bool "soundcloud" select BR2_PACKAGE_YAJL Loading
package/mpd/mpd.mk +7 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,13 @@ else MPD_CONF_OPTS += --disable-lame-encoder endif ifeq ($(BR2_PACKAGE_MPD_LIBSMBCLIENT),y) MPD_DEPENDENCIES += samba MPD_CONF_OPTS += --enable-smbclient else MPD_CONF_OPTS += --disable-smbclient endif ifeq ($(BR2_PACKAGE_MPD_LIBSAMPLERATE),y) MPD_DEPENDENCIES += libsamplerate MPD_CONF_OPTS += --enable-lsr Loading