[oe-commits] [meta-openembedded] 11/17: jack: remove portaudio PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Wed Oct 12 10:10:04 UTC 2016


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

commit 741927cea5a64fba2ee7541e0cce22bd11d812c5
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