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
This commit is contained in:
florian 2006-12-11 23:01:32 +00:00
parent ce8ab8fe16
commit d38daf9417

View 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 \\\