3caadaf943
This is enough to fix the screen corruption seen on Xft fonts and other Xrender drawings.
10 lines
199 B
Makefile
10 lines
199 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2013/06/10 20:38:52 matthieu Exp $
|
|
|
|
.include <bsd.xconf.mk>
|
|
|
|
.if ${XENOCARA_BUILD_DRI:L} != "yes"
|
|
CONFIGURE_ARGS+= --disable-dri
|
|
.endif
|
|
|
|
.include <bsd.xorg.mk>
|