mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
jack: fix PACKAGECONFIG for alsa
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
3221d42525
commit
65bb47c88d
@@ -22,7 +22,7 @@ S = "${WORKDIR}/git"
|
||||
inherit waf pkgconfig
|
||||
|
||||
PACKAGECONFIG ??= "alsa"
|
||||
PACKAGECONFIG[alsa] = "--alsa=yes,alsa=no,alsa-lib"
|
||||
PACKAGECONFIG[alsa] = "--alsa=yes,--alsa=no,alsa-lib"
|
||||
|
||||
# portaudio is for windows builds only
|
||||
EXTRA_OECONF = "--portaudio=no"
|
||||
|
||||
Reference in New Issue
Block a user