revert previous. Juan Francisco Cantero Hurtado reports that loading

the dri driver causes xorg to crash with r700 (PCI HD4350).  Likely
due to the incomplete support for r600/r700 currently in the tree.
This commit is contained in:
jsg 2013-07-01 13:24:43 +00:00
parent 2a3f70cf52
commit 0eba66b46b

View File

@ -1,9 +1,11 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2013/06/29 11:13:35 jsg Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2013/07/01 13:24:43 jsg Exp $
.include <bsd.xconf.mk>
CONFIGURE_ARGS+= --disable-kms
.if ${XENOCARA_BUILD_DRI:L} != "yes"
CONFIGURE_ARGS+= --disable-dri --disable-kms
CONFIGURE_ARGS+= --disable-dri
.endif
.include <bsd.xorg.mk>