From c0993483c4417043d8c9a210270e0ddc07359b5d Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Mon, 15 Feb 2010 20:04:42 +0000 Subject: [PATCH] [packages] Make alsa dependend on the audio feature flag. SVN-Revision: 19644 --- libs/alsa-lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/alsa-lib/Makefile b/libs/alsa-lib/Makefile index dbc9715402..1621b5eb5c 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 -- 2.30.2