Browse Source

disable soundcloud

Waldemar Brodkorb 11 years ago
parent
commit
378163d248
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/mpd/Makefile

+ 2 - 1
package/mpd/Makefile

@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
 
 PKG_NAME:=		mpd
 PKG_VERSION:=		0.17.5
-PKG_RELEASE:=		1
+PKG_RELEASE:=		2
 PKG_MD5SUM:=		b68be330deeb23989c08a9fefd9fcdeb
 PKG_DESCR:=		A music player daemon
 PKG_SECTION:=		multimedia
@@ -117,6 +117,7 @@ CONFIGURE_ARGS+=	--disable-httpd-output \
 			--disable-wavpack \
 			--disable-sqlite \
 			--disable-mpg123 \
+			--disable-soundcloud \
 			--with-zeroconf=no
 
 ifneq (${ADK_PACKAGE_MPD_WITH_ALSA},)