[meta-freescale] [meta-fsl-arm][PATCH 5/5] cairo: Enable 'directfb' when using DirectFB backend

Otavio Salvador otavio at ossystems.com.br
Mon Mar 31 15:08:46 PDT 2014


Change-Id: I28acf69060093b60f0846adf41f96ea31ab158f8
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 recipes-graphics/cairo/cairo_%.bbappend | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend
index eca1fe4..5bd9d30 100644
--- a/recipes-graphics/cairo/cairo_%.bbappend
+++ b/recipes-graphics/cairo/cairo_%.bbappend
@@ -6,4 +6,5 @@ CFLAGS_append_mx6 = " -DLINUX \
                                                        '-DEGL_API_DFB', '-DEGL_API_FB', d),d),d)}"
 
 
-PACKAGECONFIG_mx6 ??= "egl glesv2"
+PACKAGECONFIG_mx6 = "egl glesv2 \
+                     ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}"
-- 
1.9.1



More information about the meta-freescale mailing list