Make alsa-lib depend on usb, prevents from build to fail for rdc-2.6 e.g.
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Dec 2006 23:01:32 +0000 (23:01 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Dec 2006 23:01:32 +0000 (23:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5765 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/alsa-lib/Makefile

index f64579f..a482187 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 \\\