summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2013-10-01 11:44:56 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2013-11-18 13:45:36 -0200
commit3242b28b7407142333e3a8d344d0cea1891865f6 (patch)
tree3795c0280c0b8cdc9e4be557b0fa9542ddc535d0
parent4829b24f5cd81d359664d2d72d6559ed6eb8da8b (diff)
downloadmeta-fsl-arm-3242b28b7407142333e3a8d344d0cea1891865f6.tar.gz
clutter-1.0: Update for wayland build
Required for weston wayland to build Change-Id: I437e9803214c8d1ea3febed3ed318a29bc667eed Signed-off-by: Lauren Post <lauren.post@freescale.com>
-rw-r--r--recipes-graphics/clutter/clutter-1.0_1.14.4.bbappend5
1 files changed, 5 insertions, 0 deletions
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 @@
1# Enable EGL backend for Wayland
2PACKAGECONFIG_mx6 = "${@base_contains('DISTRO_FEATURES', 'wayland', 'wayland egl', '', d)} \
3 ${@base_contains('DISTRO_FEATURES', 'x11', 'glx x11', '', d)}"
4
5CFLAGS_append_mx6 += "${@base_contains('DISTRO_FEATURES', 'wayland', '-DLINUX -DEGL_API_FB -DEGL_API_WL', '', d)}"