xenocara/driver/xf86-video-ati/Makefile.bsd-wrapper
2012-12-08 23:23:27 +00:00

12 lines
231 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2012/12/08 23:23:27 matthieu Exp $
.include <bsd.xconf.mk>
CONFIGURE_ARGS+= --disable-kms
.if ${XENOCARA_BUILD_DRI:L} != "yes"
CONFIGURE_ARGS+= --disable-dri
.endif
.include <bsd.xorg.mk>