summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/cairo/cairo_%.bbappend3
1 files changed, 2 insertions, 1 deletions
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)}"