Make alsa-lib depend on usb, prevents from build to fail for rdc-2.6 e.g.
authorFlorian Fainelli <florian@openwrt.org>
Mon, 11 Dec 2006 23:01:32 +0000 (23:01 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 11 Dec 2006 23:01:32 +0000 (23:01 +0000)
SVN-Revision: 5765

libs/alsa-lib/Makefile

index f64579fbe48b4107b3fac830510751bcc728f68d..a4821874f57e0c8714c741ff8ee9ce6a52568b48 100644 (file)
@@ -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 \\\