]> code.ossystems Code Review - meta-freescale.git/commitdiff
cairo: Update recipe to support sololite.
authorNeena Busireddy <neena.busireddy@freescale.com>
Wed, 20 Aug 2014 19:50:00 +0000 (14:50 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 20 Aug 2014 20:38:57 +0000 (17:38 -0300)
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@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-graphics/cairo/cairo_%.bbappend

index bd960e0d3be600fb55702bead1756e7fbd8bec5c..a6df001f2af7ea937df2ab3443aa1aa99bb8fe32 100644 (file)
@@ -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"