[packages] alsa-lib: allow use on UML
authorNicolas Thill <nico@openwrt.org>
Mon, 21 Dec 2009 14:29:51 +0000 (14:29 +0000)
committerNicolas Thill <nico@openwrt.org>
Mon, 21 Dec 2009 14:29:51 +0000 (14:29 +0000)
SVN-Revision: 18878

libs/alsa-lib/Makefile

index d2d9cf7d73833c29335d43bae0d37709f59e5127..dbc97154026de2948eee0e8d78c4cc26cad7df6c 100644 (file)
@@ -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