From: olli Date: Mon, 17 Sep 2007 14:55:35 +0000 (+0000) Subject: mpd: Fix missing dependencies X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=16b0faa9391a4d9b7b6d32fd0658f9c119c0e611;p=packages.git mpd: Fix missing dependencies git-svn-id: svn://svn.openwrt.org/openwrt/packages@8826 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.\\\