mpd: Fix missing dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8826 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
716a2f27f5
commit
16b0faa939
@ -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.\\\
|
||||
|
Loading…
x
Reference in New Issue
Block a user