aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-11 22:24:08 +0200
committerSaul Wold <sgw@linux.intel.com>2013-07-23 07:22:38 -0700
commit00872ded9e4f492f146175be41435902aaf45ad7 (patch)
tree1d640853df9318e3534a5ec2a902c39a259c7e0e /meta/recipes-multimedia
parent1928f46e8e9f281e3e64f916048cc9314e125150 (diff)
downloadopenembedded-core-00872ded9e4f492f146175be41435902aaf45ad7.tar.gz
gst-plugins-good: add PACKAGECONFIG for jack
* jack is autodetected from sysroot Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb1
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 70d1e4f271..e630f674a1 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"