From: florian Date: Fri, 17 Jul 2009 23:53:06 +0000 (+0000) Subject: [package] fix mpd dependency typo against libmms (#5545) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f60314808b4c46144cd01b761db33aa7952841a7;p=packages.git [package] fix mpd dependency typo against libmms (#5545) git-svn-id: svn://svn.openwrt.org/openwrt/packages@16884 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 7d59d68aa..14058cc9b 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk define Package/mpd SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libflac +libid3tag +libmad +libvorbisidec +libpthread +glib2 +libmss +libcurl + DEPENDS:=+libflac +libid3tag +libmad +libvorbisidec +libpthread +glib2 +libmms +libcurl TITLE:=Music Player Daemon URL:=http://www.musicpd.org/ endef