diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2015-11-12 20:57:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:32:15 +0000 |
commit | e601b3847a806d02f5ac12f91c999a15027facf9 (patch) | |
tree | f6dde15f4ff2693098aab7325b61781debe60e02 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | |
parent | ddf250154975db8f0fb4f53b26bf4a161ed2ca01 (diff) | |
download | poky-e601b3847a806d02f5ac12f91c999a15027facf9.tar.gz |
gstreamer1.0-plugins-bad: fix dependencies for uvch264 PACKAGECONFIG
* ERROR: gstreamer1.0-plugins-bad: gstreamer1.0-plugins-bad-uvch264 package isn't created when building with minimal dependencies?
* ERROR: gstreamer1.0-plugins-bad: gstreamer1.0-plugins-bad-uvch264-dev package isn't created when building with minimal dependencies?
* it's because it should depend on libgudev not udev:
configure: *** for plug-ins: uvch264 ***
checking linux/uvcvideo.h usability... yes
checking linux/uvcvideo.h presence... yes
checking for linux/uvcvideo.h... yes
checking for GST_VIDEO... yes
checking for G_UDEV... no
checking for LIBUSB... yes
(From OE-Core rev: a1dd74e6ea7e6e73c9c85c07034587ce70751068)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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/gstreamer1.0-plugins-bad.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc index 26b8206e40..9bdf9dacd4 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | |||
@@ -40,7 +40,7 @@ PACKAGECONFIG[opus] = "--enable-opus,--disable-opus,libopus" | |||
40 | PACKAGECONFIG[flite] = "--enable-flite,--disable-flite,flite-alsa" | 40 | PACKAGECONFIG[flite] = "--enable-flite,--disable-flite,flite-alsa" |
41 | PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv" | 41 | PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv" |
42 | PACKAGECONFIG[wayland] = "--enable-wayland --enable-egl,--disable-wayland --disable-egl,wayland virtual/egl" | 42 | PACKAGECONFIG[wayland] = "--enable-wayland --enable-egl,--disable-wayland --disable-egl,wayland virtual/egl" |
43 | PACKAGECONFIG[uvch264] = "--enable-uvch264,--disable-uvch264,libusb1 udev" | 43 | PACKAGECONFIG[uvch264] = "--enable-uvch264,--disable-uvch264,libusb1 libgudev" |
44 | PACKAGECONFIG[directfb] = "--enable-directfb,--disable-directfb,directfb" | 44 | PACKAGECONFIG[directfb] = "--enable-directfb,--disable-directfb,directfb" |
45 | PACKAGECONFIG[neon] = "--enable-neon,--disable-neon,neon" | 45 | PACKAGECONFIG[neon] = "--enable-neon,--disable-neon,neon" |
46 | PACKAGECONFIG[openal] = "--enable-openal,--disable-openal,openal-soft" | 46 | PACKAGECONFIG[openal] = "--enable-openal,--disable-openal,openal-soft" |