Disable exa acceleration in the mach64 driver util fixed.

This commit is contained in:
matthieu 2013-06-07 17:33:04 +00:00
parent adec87cf5d
commit 90b8bd5f89

View File

@ -1,7 +1,9 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2008/07/12 15:46:47 oga Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2013/06/07 17:33:04 matthieu Exp $
.include <bsd.xconf.mk>
CONFIGURE_ARGS+= --disable-exa
.if ${XENOCARA_BUILD_DRI:L} != "yes"
CONFIGURE_ARGS+= --disable-dri
.endif