Pass --with-xserver-source explicitely to configure, since the

code that figures it out automatically started to fail.
This commit is contained in:
matthieu 2012-03-13 19:56:50 +00:00
parent 5faba13e02
commit 9a6e571496

View File

@ -1,7 +1,9 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2012/01/25 21:27:05 matthieu Exp $
# $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