From ac2d289ab6ba92ca10b6926b285656820b6b826c Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 29 Oct 2015 09:22:55 -0200 Subject: Remove DirectFB support for i.MX6 The DirectFB project is dead upstream for a while and the backend is deprecated so it is better to drop it and avoid new users to depend on it and instead to focus in the current technologies for new projects. This commit removes everything related to the DirectFB support so if someone wish to revert it locally it can be easily done. Signed-off-by: Otavio Salvador Acked-by: Daiane Angolini Signed-off-by: Otavio Salvador --- recipes-graphics/cairo/cairo_%.bbappend | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'recipes-graphics/cairo') diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend index ab1c37a5..66e019aa 100644 --- a/recipes-graphics/cairo/cairo_%.bbappend +++ b/recipes-graphics/cairo/cairo_%.bbappend @@ -1,10 +1,7 @@ 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)}" - + '-DEGL_API_FB -DEGL_API_WL', '-DEGL_API_FB', d), d)}" PACKAGECONFIG_append_mx6q = " egl glesv2" PACKAGECONFIG_append_mx6dl = " egl glesv2" -- cgit v1.2.3-54-g00ecf