]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/mpd/mpd.mk
Merge branch 'next'
[coffee/buildroot.git] / package / mpd / mpd.mk
index e88261d2f981d68195d74d6c2ec36015e84e3253..de168c16ade5c55becdc5adabe03ce968e82a3da 100644 (file)
@@ -195,6 +195,13 @@ else
 MPD_CONF_OPTS += --disable-pulse
 endif
 
+ifeq ($(BR2_PACKAGE_MPD_SHOUTCAST),y)
+MPD_DEPENDENCIES += libshout
+MPD_CONF_OPTS += --enable-shout
+else
+MPD_CONF_OPTS += --disable-shout
+endif
+
 ifeq ($(BR2_PACKAGE_MPD_SOUNDCLOUD),y)
 MPD_DEPENDENCIES += yajl
 MPD_CONF_OPTS += --enable-soundcloud