From 1ebf44177b0af0b5710d40dbd5fa0e21169d9003 Mon Sep 17 00:00:00 2001 From: purplerain Date: Tue, 9 Apr 2024 06:37:29 +0000 Subject: [PATCH] DMX extension was removed in xserver 21.1. --- xserver/Makefile.bsd-wrapper | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xserver/Makefile.bsd-wrapper b/xserver/Makefile.bsd-wrapper index 4fed2191..c71e4a25 100644 --- a/xserver/Makefile.bsd-wrapper +++ b/xserver/Makefile.bsd-wrapper @@ -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 @@ -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}