From c3e725dacc60d97b89ad4c21baa2f7e00c6e2b2e Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 20 Apr 2013 13:52:18 -0300 Subject: 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/recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb b/recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb index 02ecb6e..59a751b 100644 --- a/recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb +++ b/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}" -- cgit v1.2.3-54-g00ecf