From: Lars-Peter Clausen Date: Mon, 15 Feb 2010 20:04:42 +0000 (+0000) Subject: Make alsa dependend on the audio feature flag. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=be69b091464a05001508c7e1338c7a958d4d9cb6;p=openwrt%2Fsvn-archive%2Fpackages.git Make alsa dependend on the audio feature flag. SVN-Revision: 19644 --- diff --git a/libs/alsa-lib/Makefile b/libs/alsa-lib/Makefile index dbc971540..1621b5eb5 100644 --- 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