mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 14:24:02 +00:00
jack: remove portaudio PACKAGECONFIG
portaudio backend is only available for windows builds - see README Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
0f8f1973e2
commit
d6cd37b495
@ -23,7 +23,9 @@ inherit waf pkgconfig
|
||||
|
||||
PACKAGECONFIG ??= "alsa"
|
||||
PACKAGECONFIG[alsa] = "--alsa=yes,alsa=no,alsa-lib"
|
||||
PACKAGECONFIG[portaudio] = "--portaudio=yes,--portaudio=no,portaudio"
|
||||
|
||||
# portaudio is for windows builds only
|
||||
EXTRA_OECONF = "--portaudio=no"
|
||||
|
||||
PACKAGES =+ "libjack jack-server jack-utils"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user