[meta-freescale] [meta-fsl-arm][PATCH v3 3/6] clutter-1.0: Add support for Vivante GPU
Otavio Salvador
otavio at ossystems.com.br
Mon Jan 6 10:09:03 PST 2014
Add support for Vivante GPU for use with X11 and Wayland backends. In
case 'x11' and 'wayland' distro features are both enabled, it defaults
for X11 support.
Change-Id: I437e9803214c8d1ea3febed3ed318a29bc667eed
Signed-off-by: Lauren Post <lauren.post at freescale.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
recipes-graphics/clutter/clutter-1.0_1.16.2.bbappend | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 recipes-graphics/clutter/clutter-1.0_1.16.2.bbappend
diff --git a/recipes-graphics/clutter/clutter-1.0_1.16.2.bbappend b/recipes-graphics/clutter/clutter-1.0_1.16.2.bbappend
new file mode 100644
index 0000000..a4e6f46
--- /dev/null
+++ b/recipes-graphics/clutter/clutter-1.0_1.16.2.bbappend
@@ -0,0 +1,9 @@
+# Provide the need flags and backend settings to work with Vivante GPU
+CFLAGS_append_mx6 = " -DLINUX \
+ ${@base_contains('DISTRO_FEATURES', 'x11', '-DEGL_API_FB', \
+ base_contains('DISTRO_FEATURES', 'wayland', \
+ '-DEGL_API_WL', '', d), d)}"
+
+PACKAGECONFIG_mx6 ??= "${base_contains('DISTRO_FEATURES', 'x11', 'glx x11', \
+ base_contains('DISTRO_FEATURES', 'wayland', \
+ 'wayland egl', '', d), d)}"
--
1.8.5.2
More information about the meta-freescale
mailing list