xenocara/driver/xf86-video-radeonold/Makefile.bsd-wrapper
matthieu 9a6e571496 Pass --with-xserver-source explicitely to configure, since the
code that figures it out automatically started to fail.
2012-03-13 19:56:50 +00:00

12 lines
258 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2012/03/13 19:56:50 matthieu Exp $
.include <bsd.xconf.mk>
CONFIGURE_ARGS+= --with-xserver-source=${XSRCDIR}/xserver
.if ${XENOCARA_BUILD_DRI:L} != "yes"
CONFIGURE_ARGS+= --disable-dri
.endif
.include <bsd.xorg.mk>