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-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'recipes-multimedia/gstreamer') diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend index 2c78cd2a5..7e6f3ffd4 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend @@ -4,9 +4,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" CFLAGS_append_mx6 = " -DLINUX \ ${@base_contains('DISTRO_FEATURES', 'x11', '', \ - base_contains('DISTRO_FEATURES', 'wayland', '-DEGL_API_FB -DWL_EGL_PLATFORM', \ - base_contains('DISTRO_FEATURES', 'directfb', '-DEGL_API_DFB -I${STAGING_INCDIR}/directfb', \ - '-DEGL_API_FB', d),d),d)}" + base_contains('DISTRO_FEATURES', 'wayland', '-DEGL_API_FB -DWL_EGL_PLATFORM', '-DEGL_API_FB', d), d)}" PACKAGECONFIG_GL_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', \ base_contains('DISTRO_FEATURES', 'x11', \ -- cgit v1.2.3-54-g00ecf