From 7aecd0fbf9e947f476af008bdc1b2dc807026fb0 Mon Sep 17 00:00:00 2001 From: Oliver Ertl Date: Mon, 17 Sep 2007 14:55:35 +0000 Subject: [PATCH] mpd: Fix missing dependencies SVN-Revision: 8826 --- sound/mpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 144c811c4e..592179cde0 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/mpd SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libflac +libid3tag +libmad +libvorbisidec + DEPENDS:=+libflac +libid3tag +libmad +libvorbisidec +libpthread +alsa-lib TITLE:=Music Player Daemon DESCRIPTION:=\ MPD is a music player supporting flac, mp3 and ogg files.\\\ -- 2.30.2