From: jow Date: Fri, 18 Dec 2009 16:25:21 +0000 (+0000) Subject: [packages] mpd: add missing dependencies X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=a651f3bd53dee9ac3e75cb0b5730cd335f5e122f;hp=434ae6d7d3971c297cf0339804a63a94688978e0;p=packages.git [packages] mpd: add missing dependencies git-svn-id: svn://svn.openwrt.org/openwrt/packages@18826 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 3d74a14f4..84a4bb1b4 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -20,7 +20,8 @@ include $(INCLUDE_DIR)/package.mk define Package/mpd SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libflac +libid3tag +libmad +libvorbisidec +libpthread +glib2 +libmms +libcurl +libstdcpp + DEPENDS:=+libflac +libid3tag +libmad +libvorbisidec +libpthread +glib2 \ + +libmms +libcurl +libsqlite3 +libstdcpp +libvorbis +libshout TITLE:=Music Player Daemon URL:=http://www.musicpd.org/ endef