From c26f8e9a7c02e9bef8bdc6ca81d4237aa439ea9b Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Thu, 22 Oct 2015 01:21:45 -0400 Subject: gst-plugins-good: fix depends to libgudev Signed-off-by: Wenzong Fan Signed-off-by: Martin Jansa --- .../recipes-multimedia/gstreamer-0.10/gst-plugins-good_0.10.31.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-multimedia') 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 af18281715..eaf3b1f9fb 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" PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack" PACKAGECONFIG[gdkpixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf" -PACKAGECONFIG[v4l] = "--enable-gst_v4l2 --with-gudev,--disable-gst_v4l2 --without-gudev,udev" +PACKAGECONFIG[v4l] = "--enable-gst_v4l2 --with-gudev,--disable-gst_v4l2 --without-gudev,libgudev" # sub-feature of v4l, but control separately since libv4l is not part of oe-core PACKAGECONFIG[libv4l] = "--with-libv4l2,--without-libv4l2,libv4l" PACKAGECONFIG[bzip2] = "--enable-bz2,--disable-bz2,bzip2" -- cgit 1.2.3-korg