projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3517310
)
[package] fix mpd dependency typo against libmms (#5545)
author
Florian Fainelli
<florian@openwrt.org>
Fri, 17 Jul 2009 23:53:06 +0000
(23:53 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 17 Jul 2009 23:53:06 +0000
(23:53 +0000)
SVN-Revision: 16884
sound/mpd/Makefile
patch
|
blob
|
history
diff --git
a/sound/mpd/Makefile
b/sound/mpd/Makefile
index 7d59d68aa0bf26f8b9985769b0e35ae8dda4fe75..14058cc9b6129460447f111d504910b73817391f 100644
(file)
--- a/
sound/mpd/Makefile
+++ b/
sound/mpd/Makefile
@@
-20,7
+20,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/mpd
SECTION:=sound
CATEGORY:=Sound
- DEPENDS:=+libflac +libid3tag +libmad +libvorbisidec +libpthread +glib2 +libm
s
s +libcurl
+ DEPENDS:=+libflac +libid3tag +libmad +libvorbisidec +libpthread +glib2 +libm
m
s +libcurl
TITLE:=Music Player Daemon
URL:=http://www.musicpd.org/
endef