From d38daf94175f53931dce4d06010658891ad5fb85 Mon Sep 17 00:00:00 2001 From: florian 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. git-svn-id: svn://svn.openwrt.org/openwrt/packages@5765 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 f64579fbe..a4821874f 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.11.0