[packages] Make alsa dependend on the audio feature flag.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@19644 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2010-02-15 20:04:42 +00:00
parent 1c625d7a1c
commit 7a8611e287

View File

@ -32,7 +32,7 @@ define Package/alsa-lib
CATEGORY:=Libraries
TITLE:=ALSA (Advanced Linux Sound Architecture) library
URL:=http://www.alsa-project.org/
DEPENDS:=@(USB_SUPPORT||TARGET_uml) $(DEPENDS_KMOD)
DEPENDS:=@AUDIO_SUPPORT $(DEPENDS_KMOD)
endef
define Package/alsa-lib/description