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 <[email protected]> --- 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 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
