mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +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:
committed by
Martin Jansa
parent
0f8f1973e2
commit
d6cd37b495
@@ -23,7 +23,9 @@ inherit waf pkgconfig
|
|||||||
|
|
||||||
PACKAGECONFIG ??= "alsa"
|
PACKAGECONFIG ??= "alsa"
|
||||||
PACKAGECONFIG[alsa] = "--alsa=yes,alsa=no,alsa-lib"
|
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"
|
PACKAGES =+ "libjack jack-server jack-utils"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user