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:20:03 +0100 |
commit | 58d6cd369a3316a6ba313a2f1982bde5d47c0608 (patch) | |
tree | be66b4ac7cae72d44715082f8d14fddd25a38e91 | |
parent | 46401034f017d234833997d2fb3122190f9029bf (diff) | |
download | openembedded-core-58d6cd369a3316a6ba313a2f1982bde5d47c0608.tar.gz openembedded-core-58d6cd369a3316a6ba313a2f1982bde5d47c0608.tar.bz2 openembedded-core-58d6cd369a3316a6ba313a2f1982bde5d47c0608.zip |
gstreamer1.0-plugins-good.inc: Fix libv4l2 packageconfig dependency
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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" PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng" -PACKAGECONFIG[libv4l2] = "--with-libv4l2,--without-libv4l2,libv4l2" +PACKAGECONFIG[libv4l2] = "--with-libv4l2,--without-libv4l2,v4l-utils" PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4" PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex" |