mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 01:09:41 +02:00
alsa-lib: fix missing dependencies
Also align with upstream alsa-lib
This commit is contained in:
parent
900e61a26d
commit
bcea1d494c
@ -16,7 +16,7 @@ PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/lib/ \
|
||||
http://alsa.cybermirror.org/lib/
|
||||
PKG_MD5SUM:=7cc05f25e1d5b65da8fb3fdcd540f226
|
||||
|
||||
PKG_FIXUP:=libtool
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
@ -32,7 +32,7 @@ define Package/alsa-lib
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=ALSA (Advanced Linux Sound Architecture) library
|
||||
URL:=http://www.alsa-project.org/
|
||||
DEPENDS:=@AUDIO_SUPPORT
|
||||
DEPENDS:=@AUDIO_SUPPORT +libpthread +librt
|
||||
endef
|
||||
|
||||
define Package/alsa-lib/description
|
||||
|
Loading…
Reference in New Issue
Block a user