[oe-commits] [meta-openembedded] 08/15: jack: remove portaudio PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Fri Oct 21 16:32:52 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit d6cd37b49557441c893f0af5fdb13871394a8acb
Author: Andreas Müller <schnitzeltony at googlemail.com>
AuthorDate: Sat Oct 8 12:03:33 2016 +0200

    jack: remove portaudio PACKAGECONFIG
    
    portaudio backend is only available for windows builds - see README
    
    Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-multimedia/jack/jack_git.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/jack/jack_git.bb b/meta-oe/recipes-multimedia/jack/jack_git.bb
index 34615b4..66cec0a 100644
--- a/meta-oe/recipes-multimedia/jack/jack_git.bb
+++ b/meta-oe/recipes-multimedia/jack/jack_git.bb
@@ -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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list