[meta-freescale] [meta-fsl-arm][PATCH 08/25] clutter-1.0: Update for wayland build

Otavio Salvador otavio at ossystems.com.br
Mon Oct 28 11:10:46 PDT 2013


From: Lauren Post <lauren.post at freescale.com>

Required for weston wayland to build

Change-Id: I437e9803214c8d1ea3febed3ed318a29bc667eed
Signed-off-by: Lauren Post <lauren.post at freescale.com>
---
 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)}"
-- 
1.8.4.rc3




More information about the meta-freescale mailing list