10 lines
194 B
Makefile
10 lines
194 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2013/08/12 04:13:31 jsg Exp $
|
|
|
|
.include <bsd.xconf.mk>
|
|
|
|
.if ${XENOCARA_BUILD_DRI:L} != "yes"
|
|
CONFIGURE_ARGS+= --disable-dri
|
|
.endif
|
|
|
|
.include <bsd.xorg.mk>
|