summaryrefslogtreecommitdiff
path: root/driver/xf86-video-mach64
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2008-07-12 15:46:48 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2008-07-12 15:46:48 +0000
commita7f8eeec468ab7f459a6ba4e0a54d085e3d2e84c (patch)
treef1716d2a62e3946aaabc9d9550bb78e7265b5eef /driver/xf86-video-mach64
parent6be08682fffb33fb738ea68a2d49333fa547d3ac (diff)
Add a Makefile.bsd-wrapper
Diffstat (limited to 'driver/xf86-video-mach64')
-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>