[packages] Make alsa dependend on the audio feature flag.
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Feb 2010 20:04:42 +0000 (20:04 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Feb 2010 20:04:42 +0000 (20:04 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19644 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/alsa-lib/Makefile

index dbc9715..1621b5e 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||TARGET_uml) $(DEPENDS_KMOD)
+  DEPENDS:=@AUDIO_SUPPORT $(DEPENDS_KMOD)
 endef
 
 define Package/alsa-lib/description