10 lines
199 B
Text
10 lines
199 B
Text
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2013/06/10 20:38:52 matthieu Exp $
|
||
|
|
||
|
.include <bsd.xconf.mk>
|
||
|
|
||
|
.if ${XENOCARA_BUILD_DRI:L} != "yes"
|
||
|
CONFIGURE_ARGS+= --disable-dri
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.xorg.mk>
|