summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-04-02 18:48:21 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-04-04 10:09:45 -0300
commitd5388c1e97ebe6569ac4f6e67e0929c46371f927 (patch)
treef038d2414376853e56859c62cb234fb99be3c4d8 /recipes-graphics
parentb6eb4bf18bc96332a18c53bdfcf23a4ff684bc72 (diff)
downloadmeta-fsl-arm-d5388c1e97ebe6569ac4f6e67e0929c46371f927.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/cairo/cairo_%.bbappend5
1 files 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 \
6 '-DEGL_API_DFB', '-DEGL_API_FB', d),d),d)}" 6 '-DEGL_API_DFB', '-DEGL_API_FB', d),d),d)}"
7 7
8 8
9PACKAGECONFIG_mx6 = "egl glesv2 \ 9PACKAGECONFIG_class-target_mx6 = " \
10 ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}" 10 egl glesv2 \
11 ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}"