9a6e571496
code that figures it out automatically started to fail.
12 lines
258 B
Makefile
12 lines
258 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2012/03/13 19:56:50 matthieu Exp $
|
|
|
|
.include <bsd.xconf.mk>
|
|
|
|
CONFIGURE_ARGS+= --with-xserver-source=${XSRCDIR}/xserver
|
|
|
|
.if ${XENOCARA_BUILD_DRI:L} != "yes"
|
|
CONFIGURE_ARGS+= --disable-dri
|
|
.endif
|
|
|
|
.include <bsd.xorg.mk>
|