diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2016-09-10 20:14:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-14 22:22:10 +0100 |
commit | d115b1277fc76bc04583f751ae8146b97e0a0f30 (patch) | |
tree | 44a7edad44722293ec195146952d4d926d7d6664 /meta/recipes-multimedia/gstreamer | |
parent | 05602d9c48e289bd6f087891b017196300a928f6 (diff) | |
download | poky-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/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 2 |
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" | |||
23 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" | 23 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" |
24 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" | 24 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" |
25 | PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng" | 25 | PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng" |
26 | PACKAGECONFIG[libv4l2] = "--with-libv4l2,--without-libv4l2,libv4l2" | 26 | PACKAGECONFIG[libv4l2] = "--with-libv4l2,--without-libv4l2,v4l-utils" |
27 | PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" | 27 | PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" |
28 | PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4" | 28 | PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4" |
29 | PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex" | 29 | PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex" |