From f8517afc7a5ada4538b3b7d397fa32586d57ffe5 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 15 Jul 2015 17:14:27 -0300 Subject: Move meta-fsl-arm content to layer root The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador --- recipes-graphics/cairo/cairo_%.bbappend | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-graphics/cairo/cairo_%.bbappend (limited to 'recipes-graphics/cairo') diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend new file mode 100644 index 000000000..ab1c37a59 --- /dev/null +++ b/recipes-graphics/cairo/cairo_%.bbappend @@ -0,0 +1,11 @@ +CFLAGS_append_mx6 = " -DLINUX \ + ${@base_contains('DISTRO_FEATURES', 'x11', '', \ + base_contains('DISTRO_FEATURES', 'wayland', \ + '-DEGL_API_FB -DEGL_API_WL', \ + base_contains('DISTRO_FEATURES', 'directfb', \ + '-DEGL_API_DFB', '-DEGL_API_FB', d),d),d)}" + + +PACKAGECONFIG_append_mx6q = " egl glesv2" +PACKAGECONFIG_append_mx6dl = " egl glesv2" +PACKAGECONFIG_append_mx6sx = " egl glesv2" -- cgit v1.2.3-54-g00ecf