[meta-freescale] [meta-fsl-arm][PATCH v5 2/6] cairo: Update recipe to support Sololite.

Neena Busireddy neena.busireddy at freescale.com
Mon Aug 18 13:10:46 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..2e0152c 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_class-target_append_mx6q = " egl glesv2"
+PACKAGECONFIG_class-target_append_mx6dl = " egl glesv2"
-- 
1.7.9.5



More information about the meta-freescale mailing list