[meta-freescale] [meta-fsl-arm][PATCH V6] cairo: Update recipe to support sololite.

Neena Busireddy neena.busireddy at freescale.com
Wed Aug 20 12:50:00 PDT 2014


In order to support cairo for sololite, we need to remove glesv2 from
packageconfig since sololite is not 3D GPU hardware accelerated

Signed-off-by: Neena Busireddy <neena.busireddy at freescale.com>
---
 recipes-graphics/cairo/cairo_%.bbappend |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend
index bd960e0..a6df001 100644
--- a/recipes-graphics/cairo/cairo_%.bbappend
+++ b/recipes-graphics/cairo/cairo_%.bbappend
@@ -7,5 +7,7 @@ CFLAGS_append_mx6 = " -DLINUX \
 
 
 PACKAGECONFIG_class-target_mx6 = " \
-    egl glesv2 \
     ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}"
+
+PACKAGECONFIG_append_class-target_mx6q = " egl glesv2"
+PACKAGECONFIG_append_class-target_mx6dl = " egl glesv2"
-- 
1.7.9.5



More information about the meta-freescale mailing list