[OE-core] [PATCH] clutter-gst-3.0: add missing gudev build dependency

Ross Burton ross.burton at intel.com
Mon Dec 14 22:34:24 UTC 2015


This is an auto-detected build dependency but upstream doesn't have an option to
toggle it.  As GStreamer builds with gudev enabled, simply enable it here.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/clutter/clutter-gst-3.0.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/clutter/clutter-gst-3.0.inc b/meta/recipes-graphics/clutter/clutter-gst-3.0.inc
index 5aeeac6..6a189f2 100644
--- a/meta/recipes-graphics/clutter/clutter-gst-3.0.inc
+++ b/meta/recipes-graphics/clutter/clutter-gst-3.0.inc
@@ -8,7 +8,7 @@ REQUIRED_DISTRO_FEATURES ?= "opengl"
 
 SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"
 
-DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0"
+DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 gudev"
 RDEPENDS_${PN} += "gstreamer1.0-meta-base"
 PACKAGES  =+ "${PN}-examples"
 
-- 
2.1.4




More information about the Openembedded-core mailing list