[meta-freescale] [meta-fsl-arm PATCH 3/6] xserver-xorg: Do not remove Xorg native DRI module

Otavio Salvador otavio at ossystems.com.br
Mon Apr 22 04:43:02 PDT 2013


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.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 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}"
-- 
1.8.1




More information about the meta-freescale mailing list