From: florian 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://207.154.207.93/?a=commitdiff_plain;h=d38daf94175f53931dce4d06010658891ad5fb85;p=packages.git 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 --- 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 \\\