From cac96a60349fe7cff7afdcf4fa2a294723b37b50 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 1 Oct 2013 11:43:37 -0500 Subject: cogl-1.0: Add support for Vivante GPU 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: I180b92818a3081c861b7f29fc35bbc75e2b56b9d Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- recipes-graphics/cogl/cogl-1.0_1.16.0.bbappend | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes-graphics/cogl/cogl-1.0_1.16.0.bbappend diff --git a/recipes-graphics/cogl/cogl-1.0_1.16.0.bbappend b/recipes-graphics/cogl/cogl-1.0_1.16.0.bbappend new file mode 100644 index 0000000..9de6ceb --- /dev/null +++ b/recipes-graphics/cogl/cogl-1.0_1.16.0.bbappend @@ -0,0 +1,10 @@ +# 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 ??= "cogl-pango gles2 \ + ${@base_contains('DISTRO_FEATURES', 'x11', 'egl-x11', \ + base_contains('DISTRO_FEATURES', 'wayland', \ + 'egl-wayland', '', d), d)}" -- cgit v1.2.3-54-g00ecf