projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6e17a0
)
[packages] mt-daapd: add libpthread dependency (#6530)
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 Jan 2010 21:50:56 +0000
(21:50 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 Jan 2010 21:50:56 +0000
(21:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19299
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
sound/mt-daapd/Makefile
patch
|
blob
|
history
diff --git
a/sound/mt-daapd/Makefile
b/sound/mt-daapd/Makefile
index
25c517b
..
e9e7478
100644
(file)
--- a/
sound/mt-daapd/Makefile
+++ b/
sound/mt-daapd/Makefile
@@
-20,7
+20,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/mt-daapd
SECTION:=sound
CATEGORY:=Sound
- DEPENDS:=+libgdbm +libhowl +libid3tag
+ DEPENDS:=+libgdbm +libhowl +libid3tag
+libpthread
TITLE:=A multi-threaded DAAP (Digital Audio Access Protocol) daemon
URL:=http://www.mt-daapd.org/
endef