xenocara/driver/xf86-video-ati/Makefile.bsd-wrapper
jsg 46d1e007d6 Build with support for KMS which was previously disabled due to
not having the required libdrm parts.  UMS will still be used if
KMS is not available.
ok matthieu@
2013-06-29 11:13:35 +00:00

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>