summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--driver/xf86-video-mach64/Makefile.bsd-wrapper9
1 files changed, 9 insertions, 0 deletions
diff --git a/driver/xf86-video-mach64/Makefile.bsd-wrapper b/driver/xf86-video-mach64/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cbefb5c07
--- /dev/null
+++ b/driver/xf86-video-mach64/Makefile.bsd-wrapper
@@ -0,0 +1,9 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2008/07/12 15:46:47 oga Exp $
+
+.include <bsd.xconf.mk>
+
+.if ${XENOCARA_BUILD_DRI:L} != "yes"
+CONFIGURE_ARGS+= --disable-dri
+.endif
+
+.include <bsd.xorg.mk>