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>
# 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}"