From 55493cb33b05caac817a2a94e1d1e42b6cc0f5d6 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 19 Jan 2017 08:53:31 +0100 Subject: jack: add a PACKAGECONFIG for opus - disabled by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was broken before libopus/--enable-custom-modes patch anyway and netjack2 is an enhanced feature not necessary by default. Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-oe/recipes-multimedia/jack/jack_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-oe/recipes-multimedia/jack') diff --git a/meta-oe/recipes-multimedia/jack/jack_git.bb b/meta-oe/recipes-multimedia/jack/jack_git.bb index 2c09f1b4a6..89fd638cbe 100644 --- a/meta-oe/recipes-multimedia/jack/jack_git.bb +++ b/meta-oe/recipes-multimedia/jack/jack_git.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ file://common/jack/jack.h;beginline=1;endline=19;md5=6b736ed6b810592b135480a5e853392e \ " -DEPENDS = "libsamplerate0 libsndfile1 libopus readline" +DEPENDS = "libsamplerate0 libsndfile1 readline" SRC_URI = "git://github.com/jackaudio/jack2.git" SRCREV = "0279a2d65a36d1378f5bab56d95bf9e99cc8cefb" @@ -23,6 +23,7 @@ inherit waf pkgconfig PACKAGECONFIG ??= "alsa" PACKAGECONFIG[alsa] = "--alsa=yes,--alsa=no,alsa-lib" +PACKAGECONFIG[opus] = "--opus=yes,--opus=no,libopus" # portaudio is for windows builds only EXTRA_OECONF = "--portaudio=no" -- cgit 1.2.3-korg