diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2014-08-13 19:46:36 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:21:48 +0100 |
| commit | 9c1ea582496a6c6597bc7a5301101e11d9b91c3d (patch) | |
| tree | 6200f1ca5086857c7ea5cec92064cb85bb14bc62 | |
| parent | 19e951062f52bcc25da52c37eea68fe65e6f4853 (diff) | |
| download | poky-9c1ea582496a6c6597bc7a5301101e11d9b91c3d.tar.gz | |
gstreamer1.0-plugins-good: Add a PACKAGECONFIG for udev
This solves these floating dependencies:
WARNING: QA Issue: gstreamer1.0-plugins-good-video4linux2 rdepends on
libudev, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: gstreamer1.0-plugins-good-video4linux2 rdepends on
libgudev-1.0, but it isn't a build dependency? [build-deps]
(From OE-Core rev: b23a9c94e574fec0f0dcda498c1f5a0592114055)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 3 |
1 files changed, 2 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 223e790a8c..b33ab2b705 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 jpeg libpng soup speex taglib \ | 14 | orc cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage" | 17 | X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage" |
| @@ -22,6 +22,7 @@ PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" | |||
| 22 | PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo" | 22 | PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo" |
| 23 | PACKAGECONFIG[flac] = "--enable-flac,--disable-flac,flac" | 23 | PACKAGECONFIG[flac] = "--enable-flac,--disable-flac,flac" |
| 24 | PACKAGECONFIG[gdk-pixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf" | 24 | PACKAGECONFIG[gdk-pixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf" |
| 25 | PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,udev" | ||
| 25 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" | 26 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" |
| 26 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" | 27 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" |
| 27 | PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng" | 28 | PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng" |
