xenocara/driver/xf86-video-ati/Makefile.bsd-wrapper
matthieu 7135875b83 Re-update xf86-video-ati to 6.14.3.
Because of ati.c revision 1.5, it will not be selected by
autoconfiguration code, so people who want to run this version of the
driver on their radeon cards need an explicit "Device" section in
xorg.conf.
2012-03-04 16:01:12 +00:00

12 lines
232 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2012/03/04 16:01:12 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>