[oe-commits] Martin Jansa : gst-plugins-good: add PACKAGECONFIG for jack

git at git.openembedded.org git at git.openembedded.org
Wed Jul 24 10:26:49 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 00872ded9e4f492f146175be41435902aaf45ad7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=00872ded9e4f492f146175be41435902aaf45ad7

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jul 11 22:24:08 2013 +0200

gst-plugins-good: add PACKAGECONFIG for jack

* jack is autodetected from sysroot

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../gstreamer/gst-plugins-good_0.10.31.bb          |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb
index 70d1e4f..e630f67 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb
@@ -9,6 +9,7 @@ PR = "r8"
 
 PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}"
 PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio"
+PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
 
 DEPENDS += "gst-plugins-base gconf cairo jpeg libpng zlib libid3tag flac \
             speex libsoup-2.4"



More information about the Openembedded-commits mailing list