diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2015-11-12 20:57:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:32:15 +0000 |
commit | 15969ae3aa3c7a935b50564844088c98973983ca (patch) | |
tree | 67f97f23237299aca1186b387b00b2d79d07725f /meta | |
parent | e601b3847a806d02f5ac12f91c999a15027facf9 (diff) | |
download | poky-15969ae3aa3c7a935b50564844088c98973983ca.tar.gz |
gstreamer1.0-plugins-good: fix PACKAGECONFIG for gudev and add one for v4l2 and libv4l2
* WARN: gstreamer1.0-plugins-good: gstreamer1.0-plugins-good-video4linux2 rdepends on libcap, but it isn't a build dependency?
WARN: gstreamer1.0-plugins-good: gstreamer1.0-plugins-good-video4linux2 rdepends on libgudev, but it isn't a build dependency?
WARN: gstreamer1.0-plugins-good: gstreamer1.0-plugins-good-video4linux2 rdepends on libudev, but it isn't a build dependency?
WARN: gstreamer1.0-plugins-good: gstreamer1.0-plugins-good-video4linux2 rdepends on zlib, but it isn't a build dependency?
(From OE-Core rev: 43fffa763f87b80a2497a51d6bd827d2bf837a11)
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')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc index 1119e10846..3d17497df8 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | |||
@@ -11,7 +11,7 @@ inherit gettext | |||
11 | PACKAGECONFIG ??= " \ | 11 | PACKAGECONFIG ??= " \ |
12 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ | 12 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ |
13 | ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ | 13 | ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ |
14 | orc cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib \ | 14 | orc cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib v4l2 \ |
15 | " | 15 | " |
16 | 16 | ||
17 | X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage" | 17 | X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage" |
@@ -20,7 +20,8 @@ PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" | |||
20 | PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo" | 20 | PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo" |
21 | PACKAGECONFIG[flac] = "--enable-flac,--disable-flac,flac" | 21 | PACKAGECONFIG[flac] = "--enable-flac,--disable-flac,flac" |
22 | PACKAGECONFIG[gdk-pixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf" | 22 | PACKAGECONFIG[gdk-pixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf" |
23 | PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,udev" | 23 | PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,libgudev" |
24 | PACKAGECONFIG[libv4l2] = "--with-libv4l2,--without-libv4l2,libv4l2" | ||
24 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" | 25 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" |
25 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" | 26 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" |
26 | PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng" | 27 | PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng" |
@@ -30,13 +31,12 @@ PACKAGECONFIG[taglib] = "--enable-taglib,--disable-taglib,taglib" | |||
30 | PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx,libvpx" | 31 | PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx,libvpx" |
31 | PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack" | 32 | PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack" |
32 | PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libiec61883 libavc1394 libraw1394" | 33 | PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libiec61883 libavc1394 libraw1394" |
34 | PACKAGECONFIG[v4l2] = "--enable-gst_v4l2,--disable-gst_v4l2" | ||
33 | 35 | ||
34 | EXTRA_OECONF += " \ | 36 | EXTRA_OECONF += " \ |
35 | --enable-oss \ | 37 | --enable-oss \ |
36 | --enable-gst_v4l2 \ | ||
37 | --enable-zlib \ | 38 | --enable-zlib \ |
38 | --enable-bz2 \ | 39 | --enable-bz2 \ |
39 | --without-libv4l2 \ | ||
40 | --disable-directsound \ | 40 | --disable-directsound \ |
41 | --disable-waveform \ | 41 | --disable-waveform \ |
42 | --disable-oss4 \ | 42 | --disable-oss4 \ |