From 1b25cf710ea0fdfb73b8b19f8832e34a20a36ee1 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 11 Sep 2013 14:47:11 +0100 Subject: clutter: fix compilation when building without X11 backend If Clutter is building the Wayland backend but not the X11 backend, the Cogl support doesn't get enabled so the Wayland backend (which uses it) fails to compile. Backport a fix from upstream to fix this situation. (From OE-Core rev: 6df36a004210901acceff4a201d0f910d99eccfe) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/clutter/clutter-1.0.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-graphics/clutter/clutter-1.0.inc') diff --git a/meta/recipes-graphics/clutter/clutter-1.0.inc b/meta/recipes-graphics/clutter/clutter-1.0.inc index edc60811ee..1356586fd8 100644 --- a/meta/recipes-graphics/clutter/clutter-1.0.inc +++ b/meta/recipes-graphics/clutter/clutter-1.0.inc @@ -4,7 +4,8 @@ LICENSE = "LGPLv2.1+" inherit clutter -SRC_URI += "file://enable_tests.patch" +SRC_URI += "file://enable_tests.patch \ + file://fix-wayland-deps.patch" DEPENDS = "pango glib-2.0 json-glib atk udev cogl-1.0" PACKAGES =+ "${PN}-examples" -- cgit v1.2.3-54-g00ecf