summaryrefslogtreecommitdiff
path: root/driver/xf86-video-ati/Makefile.bsd-wrapper
blob: d77450ff2b79cae623dc92f9726481ff7a3f1cf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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>