diff options
-rw-r--r-- | Makefile.bsd-wrapper | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper new file mode 100644 index 00000000..48fc0aec --- /dev/null +++ b/Makefile.bsd-wrapper @@ -0,0 +1,9 @@ +# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2008/03/25 23:41:50 matthieu Exp $ + +.include <bsd.xconf.mk> + +.if ${XENOCARA_BUILD_DRI:L} != "yes" +CONFIGURE_ARGS+= --disable-dri +.endif + +.include <bsd.xorg.mk> |