summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-04-20 13:52:18 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-04-23 09:30:35 -0300
commitc3e725dacc60d97b89ad4c21baa2f7e00c6e2b2e (patch)
treefc4a1b0f8615cdffca5dc0ce2f74d7b5cc12d63a
parent49cb718b4648b568d77e8c34ec859901cf4db656 (diff)
downloadmeta-fsl-arm-c3e725dacc60d97b89ad4c21baa2f7e00c6e2b2e.tar.gz
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 <otavio@ossystems.com.br>
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb3
1 files changed, 1 insertions, 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 () {
19 # FIXME: This is a workaround to ensure we use Vivante DRI 19 # FIXME: This is a workaround to ensure we use Vivante DRI
20 rm ${D}${includedir}/xorg/dri.h \ 20 rm ${D}${includedir}/xorg/dri.h \
21 ${D}${includedir}/xorg/sarea.h \ 21 ${D}${includedir}/xorg/sarea.h \
22 ${D}${includedir}/xorg/dristruct.h \ 22 ${D}${includedir}/xorg/dristruct.h
23 ${D}${libdir}/xorg/modules/extensions/libdri.so
24} 23}
25 24
26PACKAGE_ARCH = "${MACHINE_ARCH}" 25PACKAGE_ARCH = "${MACHINE_ARCH}"