projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
414a82a
)
Make alsa dependend on the audio feature flag.
author
Lars-Peter Clausen
<lars@metafoo.de>
Mon, 15 Feb 2010 20:04:42 +0000
(20:04 +0000)
committer
Lars-Peter Clausen
<lars@metafoo.de>
Mon, 15 Feb 2010 20:04:42 +0000
(20:04 +0000)
SVN-Revision: 19644
libs/alsa-lib/Makefile
patch
|
blob
|
history
diff --git
a/libs/alsa-lib/Makefile
b/libs/alsa-lib/Makefile
index dbc97154026de2948eee0e8d78c4cc26cad7df6c..1621b5eb5ce4b8e1331e2bddacc64bcb9d7a0cdb 100644
(file)
--- a/
libs/alsa-lib/Makefile
+++ b/
libs/alsa-lib/Makefile
@@
-32,7
+32,7
@@
define Package/alsa-lib
CATEGORY:=Libraries
TITLE:=ALSA (Advanced Linux Sound Architecture) library
URL:=http://www.alsa-project.org/
- DEPENDS:=@
(USB_SUPPORT||TARGET_uml)
$(DEPENDS_KMOD)
+ DEPENDS:=@
AUDIO_SUPPORT
$(DEPENDS_KMOD)
endef
define Package/alsa-lib/description