From d5388c1e97ebe6569ac4f6e67e0929c46371f927 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 2 Apr 2014 18:48:21 -0300 Subject: cairo: Do not change cairo-native PACKAGECONFIG This breaks building as we currently have no native provider for EGL and it does make no sense to enable it for native case. Change-Id: If76a77053aebe09dc8b621eaff66a072fc618eda Signed-off-by: Otavio Salvador --- recipes-graphics/cairo/cairo_%.bbappend | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend index 5bd9d30..bd960e0 100644 --- a/recipes-graphics/cairo/cairo_%.bbappend +++ b/recipes-graphics/cairo/cairo_%.bbappend @@ -6,5 +6,6 @@ CFLAGS_append_mx6 = " -DLINUX \ '-DEGL_API_DFB', '-DEGL_API_FB', d),d),d)}" -PACKAGECONFIG_mx6 = "egl glesv2 \ - ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}" +PACKAGECONFIG_class-target_mx6 = " \ + egl glesv2 \ + ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}" -- cgit v1.2.3-54-g00ecf