aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter-1.0.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-09-11 14:47:11 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-11 23:34:06 +0100
commit6df36a004210901acceff4a201d0f910d99eccfe (patch)
tree1ed1fe13af738973f530d3cd9c25f32bafbd0cec /meta/recipes-graphics/clutter/clutter-1.0.inc
parent4bca0b8adcac6eebc4466a2eea03de3493bf1cc4 (diff)
downloadopenembedded-core-contrib-6df36a004210901acceff4a201d0f910d99eccfe.tar.gz
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. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-1.0.inc')
-rw-r--r--meta/recipes-graphics/clutter/clutter-1.0.inc3
1 files changed, 2 insertions, 1 deletions
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"