From cc9901612ae7c0fde849ecc65d06b0ebcff89da3 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 11 Dec 2006 23:01:32 +0000 Subject: [PATCH] Make alsa-lib depend on usb, prevents from build to fail for rdc-2.6 e.g. SVN-Revision: 5765 --- 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 f64579fbe4..a4821874f5 100644 --- a/libs/alsa-lib/Makefile +++ b/libs/alsa-lib/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/alsa-lib SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+kmod-alsa + DEPENDS:=+kmod-alsa @USB_SUPPORT TITLE:=ALSA (Advanced Linux Sound Architecture) library DESCRIPTION:=\ This is the library package for alsa, needed by some userspace programs. You must \\\ -- 2.30.2