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

git at git.openembedded.org git at git.openembedded.org
Mon Jul 29 12:19:12 UTC 2013


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

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

(From OE-Core master rev: 00872ded9e4f492f146175be41435902aaf45ad7)

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../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