From 08deecf47cbf47b24d66459c280f4ec71ece818c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 18 Dec 2009 16:25:21 +0000 Subject: [PATCH] mpd: add missing dependencies SVN-Revision: 18826 --- sound/mpd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2