mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01: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…
Reference in New Issue
Block a user