From 3242b28b7407142333e3a8d344d0cea1891865f6 Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Tue, 1 Oct 2013 11:44:56 -0500 Subject: clutter-1.0: Update for wayland build Required for weston wayland to build Change-Id: I437e9803214c8d1ea3febed3ed318a29bc667eed Signed-off-by: Lauren Post --- recipes-graphics/clutter/clutter-1.0_1.14.4.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-graphics/clutter/clutter-1.0_1.14.4.bbappend diff --git a/recipes-graphics/clutter/clutter-1.0_1.14.4.bbappend b/recipes-graphics/clutter/clutter-1.0_1.14.4.bbappend new file mode 100644 index 0000000..b65cd2d --- /dev/null +++ b/recipes-graphics/clutter/clutter-1.0_1.14.4.bbappend @@ -0,0 +1,5 @@ +# Enable EGL backend for Wayland +PACKAGECONFIG_mx6 = "${@base_contains('DISTRO_FEATURES', 'wayland', 'wayland egl', '', d)} \ + ${@base_contains('DISTRO_FEATURES', 'x11', 'glx x11', '', d)}" + +CFLAGS_append_mx6 += "${@base_contains('DISTRO_FEATURES', 'wayland', '-DLINUX -DEGL_API_FB -DEGL_API_WL', '', d)}" -- cgit v1.2.3-54-g00ecf