summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/cairo/cairo_%.bbappend6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend
index a6df001..9eb3253 100644
--- a/recipes-graphics/cairo/cairo_%.bbappend
+++ b/recipes-graphics/cairo/cairo_%.bbappend
@@ -6,8 +6,8 @@ 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_class-target_mx6 = " \ 9PACKAGECONFIG_mx6 = " \
10 ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}" 10 ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}"
11 11
12PACKAGECONFIG_append_class-target_mx6q = " egl glesv2" 12PACKAGECONFIG_append_mx6q = " egl glesv2"
13PACKAGECONFIG_append_class-target_mx6dl = " egl glesv2" 13PACKAGECONFIG_append_mx6dl = " egl glesv2"