]> code.ossystems Code Review - meta-freescale.git/commitdiff
cairo: Do not change cairo-native PACKAGECONFIG
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 2 Apr 2014 21:48:21 +0000 (18:48 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 4 Apr 2014 13:09:45 +0000 (10:09 -0300)
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>
meta-fsl-arm/recipes-graphics/cairo/cairo_%.bbappend

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