From 16b0faa9391a4d9b7b6d32fd0658f9c119c0e611 Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 17 Sep 2007 14:55:35 +0000 Subject: [PATCH] mpd: Fix missing dependencies git-svn-id: svn://svn.openwrt.org/openwrt/packages@8826 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/mpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 144c811c4..592179cde 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.\\\