diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2015-10-22 01:21:45 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-23 12:59:06 +0200 |
commit | c26f8e9a7c02e9bef8bdc6ca81d4237aa439ea9b (patch) | |
tree | 05638e119c0014edb39fa338f898722f493475d3 /meta-multimedia/recipes-multimedia/gstreamer-0.10 | |
parent | 534b72af6935e8050643572d6c72e004f91c25b8 (diff) | |
download | meta-openembedded-c26f8e9a7c02e9bef8bdc6ca81d4237aa439ea9b.tar.gz |
gst-plugins-good: fix depends to libgudev
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/gstreamer-0.10')
-rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-good_0.10.31.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-good_0.10.31.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-good_0.10.31.bb index af1828171..eaf3b1f9f 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-good_0.10.31.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-good_0.10.31.bb | |||
@@ -16,7 +16,7 @@ PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" | |||
16 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" | 16 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" |
17 | PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack" | 17 | PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack" |
18 | PACKAGECONFIG[gdkpixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf" | 18 | PACKAGECONFIG[gdkpixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf" |
19 | PACKAGECONFIG[v4l] = "--enable-gst_v4l2 --with-gudev,--disable-gst_v4l2 --without-gudev,udev" | 19 | PACKAGECONFIG[v4l] = "--enable-gst_v4l2 --with-gudev,--disable-gst_v4l2 --without-gudev,libgudev" |
20 | # sub-feature of v4l, but control separately since libv4l is not part of oe-core | 20 | # sub-feature of v4l, but control separately since libv4l is not part of oe-core |
21 | PACKAGECONFIG[libv4l] = "--with-libv4l2,--without-libv4l2,libv4l" | 21 | PACKAGECONFIG[libv4l] = "--with-libv4l2,--without-libv4l2,libv4l" |
22 | PACKAGECONFIG[bzip2] = "--enable-bz2,--disable-bz2,bzip2" | 22 | PACKAGECONFIG[bzip2] = "--enable-bz2,--disable-bz2,bzip2" |