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:
f224940
)
[packages] alsa-lib: allow use on UML
author
Nicolas Thill
<nico@openwrt.org>
Mon, 21 Dec 2009 14:29:51 +0000
(14:29 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 21 Dec 2009 14:29:51 +0000
(14:29 +0000)
SVN-Revision: 18878
libs/alsa-lib/Makefile
patch
|
blob
|
history
diff --git
a/libs/alsa-lib/Makefile
b/libs/alsa-lib/Makefile
index d2d9cf7d73833c29335d43bae0d37709f59e5127..dbc97154026de2948eee0e8d78c4cc26cad7df6c 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
$(DEPENDS_KMOD)
+ DEPENDS:=@
(USB_SUPPORT||TARGET_uml)
$(DEPENDS_KMOD)
endef
define Package/alsa-lib/description