summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorCarlos Rafael Giani <dv@pseudoterminal.org>2016-09-10 20:14:47 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-14 22:22:10 +0100
commitd115b1277fc76bc04583f751ae8146b97e0a0f30 (patch)
tree44a7edad44722293ec195146952d4d926d7d6664 /meta/recipes-multimedia
parent05602d9c48e289bd6f087891b017196300a928f6 (diff)
downloadpoky-d115b1277fc76bc04583f751ae8146b97e0a0f30.tar.gz
gstreamer1.0-plugins-good.inc: Fix libv4l2 packageconfig dependency
(From OE-Core rev: 58d6cd369a3316a6ba313a2f1982bde5d47c0608) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
index 0d52343e9a..f1e30aba55 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
@@ -23,7 +23,7 @@ PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,libgudev"
23PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" 23PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
24PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" 24PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg"
25PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng" 25PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng"
26PACKAGECONFIG[libv4l2] = "--with-libv4l2,--without-libv4l2,libv4l2" 26PACKAGECONFIG[libv4l2] = "--with-libv4l2,--without-libv4l2,v4l-utils"
27PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" 27PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio"
28PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4" 28PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4"
29PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex" 29PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex"