Add a Makefile.bsd-wrapper.

This commit is contained in:
matthieu 2008-07-12 12:54:02 +00:00
parent 5c2645de3e
commit 33561a4d5e

View File

@ -0,0 +1,9 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2008/07/12 12:54:02 matthieu Exp $
.include <bsd.xconf.mk>
.if ${XENOCARA_BUILD_DRI:L} != "yes"
CONFIGURE_ARGS+= --disable-dri
.endif
.include <bsd.xorg.mk>