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

Neena Busireddy neena.busireddy at freescale.com
Wed Aug 20 12:18:16 PDT 2014


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

In the previous of the patch, append was used in wrong place in
PACKAGECONFIG_class-target which broke weston.

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

diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend
index 2e0152c..a6df001 100644
--- a/recipes-graphics/cairo/cairo_%.bbappend
+++ b/recipes-graphics/cairo/cairo_%.bbappend
@@ -9,5 +9,5 @@ CFLAGS_append_mx6 = " -DLINUX \
 PACKAGECONFIG_class-target_mx6 = " \
     ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}"
 
-PACKAGECONFIG_class-target_append_mx6q = " egl glesv2"
-PACKAGECONFIG_class-target_append_mx6dl = " egl glesv2"
+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