DMX extension was removed in xserver 21.1.

This commit is contained in:
purplerain 2024-04-09 06:37:29 +00:00
parent c579440148
commit 1ebf44177b
Signed by: purplerain
GPG Key ID: F42C07F07E2E35B7
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.69 2020/08/28 02:20:19 jsg Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.70 2024/04/07 06:31:07 matthieu Exp $
.include <bsd.xconf.mk>
@ -7,7 +7,7 @@ DIST= ${.CURDIR}
# Machines for which we don't build the Xorg Xserver
NO_XORG_MACHINES= alpha landisk octeon
.for M in ${NO_XORG_MACHINES}
.for M in ${NO_XORG_MACHINES}
NO_XORG_${M} = --disable-xorg
.endfor
NO_XORG_OPTION=${NO_XORG_${MACHINE}}
@ -37,7 +37,7 @@ CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
${KDRIVE_OPTION} \
--enable-xcsecurity --disable-xdm-auth-1 \
--without-fop --without-xmlto --without-xsltproc \
--disable-dmx ${NO_XORG_OPTION} \
${NO_XORG_OPTION} \
--disable-unit-tests \
${DRI_OPTION}