From ac8ebad1f22252673b520a8361461cffda035a50 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 20 Apr 2013 13:52:18 -0300 Subject: [PATCH] xserver-xorg: Do not remove Xorg native DRI module The DRI support of Xorg is need to trigger the loading of Vivante DRI. So we revert this change while we keep the removal of Xorg header so we build against Vivante ones. Change-Id: I1aff6f14eb48811aa30bb364f90e66114518c5e9 Signed-off-by: Otavio Salvador --- .../recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb b/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb index 02ecb6e6..59a751b1 100644 --- a/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb +++ b/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb @@ -19,8 +19,7 @@ do_install_append_mx6 () { # FIXME: This is a workaround to ensure we use Vivante DRI rm ${D}${includedir}/xorg/dri.h \ ${D}${includedir}/xorg/sarea.h \ - ${D}${includedir}/xorg/dristruct.h \ - ${D}${libdir}/xorg/modules/extensions/libdri.so + ${D}${includedir}/xorg/dristruct.h } PACKAGE_ARCH = "${MACHINE_ARCH}" -- 2.40.1