projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eee380
)
alsa-lib: add missing dependencies
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 22:46:25 +0000
(22:46 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 22:46:25 +0000
(22:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32222
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/alsa-lib/Makefile
patch
|
blob
|
history
diff --git
a/libs/alsa-lib/Makefile
b/libs/alsa-lib/Makefile
index
8932672
..
fd12fe9
100644
(file)
--- a/
libs/alsa-lib/Makefile
+++ b/
libs/alsa-lib/Makefile
@@
-26,7
+26,7
@@
define Package/alsa-lib
CATEGORY:=Libraries
TITLE:=ALSA (Advanced Linux Sound Architecture) library
URL:=http://www.alsa-project.org/
- DEPENDS:=@AUDIO_SUPPORT +kmod-sound-core
+ DEPENDS:=@AUDIO_SUPPORT +kmod-sound-core
+libpthread +librt
endef
define Package/alsa-lib/description