blob: 0b931823b0214b24e2e32e3b4c5f83ca59b49a0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $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>
|