12 lines
231 B
Makefile
12 lines
231 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2012/12/08 23:23:27 matthieu Exp $
|
|
|
|
.include <bsd.xconf.mk>
|
|
|
|
CONFIGURE_ARGS+= --disable-kms
|
|
|
|
.if ${XENOCARA_BUILD_DRI:L} != "yes"
|
|
CONFIGURE_ARGS+= --disable-dri
|
|
.endif
|
|
|
|
.include <bsd.xorg.mk>
|