From: Florian Fainelli Date: Mon, 11 Dec 2006 23:01:32 +0000 (+0000) Subject: Make alsa-lib depend on usb, prevents from build to fail for rdc-2.6 e.g. X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=cc9901612ae7c0fde849ecc65d06b0ebcff89da3 Make alsa-lib depend on usb, prevents from build to fail for rdc-2.6 e.g. SVN-Revision: 5765 --- 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 \\\