mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 04:49:29 +00:00
audiofile: add alsa-lib to DEPENDS
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
93a44dfa48
commit
765ac51257
@@ -19,4 +19,9 @@ SRC_URI[sha256sum] = "ea2449ad3f201ec590d811db9da6d02ffc5e87a677d06b92ab15363d8c
|
|||||||
|
|
||||||
inherit autotools lib_package binconfig
|
inherit autotools lib_package binconfig
|
||||||
|
|
||||||
DEPENDS = "asciidoc-native libogg flac"
|
DEPENDS = " \
|
||||||
|
asciidoc-native \
|
||||||
|
alsa-lib \
|
||||||
|
libogg \
|
||||||
|
flac \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user