46d1e007d6
not having the required libdrm parts. UMS will still be used if KMS is not available. ok matthieu@
10 lines
208 B
Makefile
10 lines
208 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2013/06/29 11:13:35 jsg Exp $
|
|
|
|
.include <bsd.xconf.mk>
|
|
|
|
.if ${XENOCARA_BUILD_DRI:L} != "yes"
|
|
CONFIGURE_ARGS+= --disable-dri --disable-kms
|
|
.endif
|
|
|
|
.include <bsd.xorg.mk>
|