b1132884a7
Requested by jsg@
16 lines
315 B
Makefile
16 lines
315 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2015/12/01 21:22:56 kettenis Exp $
|
|
|
|
.include <bsd.xconf.mk>
|
|
|
|
.if ${XENOCARA_BUILD_GL:L} != "yes"
|
|
CONFIGURE_ARGS= --disable-glamor
|
|
.else
|
|
CONFIGURE_ARGS= --enable-glamor
|
|
.endif
|
|
|
|
.if ${XENOCARA_BUILD_DRI:L} != "yes"
|
|
CONFIGURE_ARGS+= --disable-dri
|
|
.endif
|
|
|
|
.include <bsd.xorg.mk>
|