2012-03-13 13:56:50 -06:00
|
|
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2012/03/13 19:56:50 matthieu Exp $
|
2012-01-25 14:27:05 -07:00
|
|
|
|
|
|
|
.include <bsd.xconf.mk>
|
|
|
|
|
2012-03-13 13:56:50 -06:00
|
|
|
CONFIGURE_ARGS+= --with-xserver-source=${XSRCDIR}/xserver
|
|
|
|
|
2012-01-25 14:27:05 -07:00
|
|
|
.if ${XENOCARA_BUILD_DRI:L} != "yes"
|
|
|
|
CONFIGURE_ARGS+= --disable-dri
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.xorg.mk>
|