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}