Pass --disable-libdrm option to configure when the machine does not
support DRI. Found while building Xorg server on luna88k. "fine for now" matthieu@
This commit is contained in:
parent
0929ee3ac4
commit
184a98336b
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.56 2015/08/29 17:49:14 matthieu Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.57 2015/11/17 10:49:57 aoyama Exp $
|
||||
|
||||
.include <bsd.xconf.mk>
|
||||
|
||||
@ -20,7 +20,7 @@ GLX_OPTION= --disable-glx
|
||||
.if ${XENOCARA_BUILD_DRI:L} == "yes"
|
||||
DRI_OPTION= --enable-dri --enable-dri2
|
||||
.else
|
||||
DRI_OPTION= --disable-dri --disable-dri2
|
||||
DRI_OPTION= --disable-dri --disable-dri2 --disable-libdrm
|
||||
.endif
|
||||
|
||||
XKB_PATH= ${X11BASE}/share/X11/xkb
|
||||
|
Loading…
Reference in New Issue
Block a user