After updated to xserver 1.19.5, the con figure's default value of
--enable-glamor has changed from 'no' to 'auto'. This makes an error running configure on luna88k, so disable it explicitly with ${XENOCARA_BUILD_GL}=no machines. ok jsg@
This commit is contained in:
parent
9c5276aaeb
commit
55401507ab
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.65 2016/10/04 19:48:48 deraadt Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.66 2018/03/15 10:02:36 aoyama Exp $
|
||||
|
||||
.include <bsd.xconf.mk>
|
||||
|
||||
@ -13,7 +13,7 @@ NO_XORG_${M} = --disable-xorg
|
||||
NO_XORG_OPTION=${NO_XORG_${MACHINE}}
|
||||
|
||||
.if ${XENOCARA_BUILD_GL:L} != "yes"
|
||||
GLX_OPTION= --disable-glx
|
||||
GLX_OPTION= --disable-glx --disable-glamor
|
||||
.else
|
||||
GLX_OPTION= --enable-glamor
|
||||
KDRIVE_OPTION= --enable-kdrive
|
||||
|
Loading…
Reference in New Issue
Block a user