7135875b83
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.
12 lines
232 B
Makefile
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>
|