summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2014-05-11 08:48:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-11 13:15:11 +0100
commitec47185bafb0e303f4c9ff86c551a861df0961c7 (patch)
tree5a7900fce1836182c34592edee8ce1956a4bfadf /meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb
parent2f5d519593da031beb9c0c6fc86c78eb653d0051 (diff)
downloadpoky-ec47185bafb0e303f4c9ff86c551a861df0961c7.tar.gz
gst-plugins-good: add PACKAGECONFIG for x11
* fixes following issues from test-dependencies report: gst-plugins-good/gst-plugins-good-ximagesrc/latest lost dependency on libxdamage (From OE-Core rev: 8da4462b04bdce101efd989ed6b41d88d213baa0) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb6
1 files changed, 5 insertions, 1 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 c87e0182da..88f90f3b85 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
@@ -7,7 +7,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
7 7
8PR = "r8" 8PR = "r8"
9 9
10PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} jpeg" 10PACKAGECONFIG ?= "jpeg \
11 ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \
12 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
13"
11PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" 14PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio"
12PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" 15PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
13PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" 16PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg"
@@ -16,6 +19,7 @@ PACKAGECONFIG[gdkpixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf"
16PACKAGECONFIG[v4l] = "--with-libv4l2,--without-libv4l2,libv4l" 19PACKAGECONFIG[v4l] = "--with-libv4l2,--without-libv4l2,libv4l"
17PACKAGECONFIG[bzip2] = "--enable-bz2,--disable-bz2,bzip2" 20PACKAGECONFIG[bzip2] = "--enable-bz2,--disable-bz2,bzip2"
18PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" 21PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc"
22PACKAGECONFIG[x11] = "--enable-x,--disable-x,virtual/libx11 libxfixes libxdamage"
19 23
20DEPENDS += "gst-plugins-base gconf cairo libpng zlib libid3tag flac \ 24DEPENDS += "gst-plugins-base gconf cairo libpng zlib libid3tag flac \
21 speex libsoup-2.4" 25 speex libsoup-2.4"