DMX extension was removed in xserver 21.1.
This commit is contained in:
parent
c579440148
commit
1ebf44177b
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
.include <bsd.xconf.mk>
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ DIST= ${.CURDIR}
|
||||||
# Machines for which we don't build the Xorg Xserver
|
# Machines for which we don't build the Xorg Xserver
|
||||||
NO_XORG_MACHINES= alpha landisk octeon
|
NO_XORG_MACHINES= alpha landisk octeon
|
||||||
|
|
||||||
.for M in ${NO_XORG_MACHINES}
|
.for M in ${NO_XORG_MACHINES}
|
||||||
NO_XORG_${M} = --disable-xorg
|
NO_XORG_${M} = --disable-xorg
|
||||||
.endfor
|
.endfor
|
||||||
NO_XORG_OPTION=${NO_XORG_${MACHINE}}
|
NO_XORG_OPTION=${NO_XORG_${MACHINE}}
|
||||||
|
@ -37,7 +37,7 @@ CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
|
||||||
${KDRIVE_OPTION} \
|
${KDRIVE_OPTION} \
|
||||||
--enable-xcsecurity --disable-xdm-auth-1 \
|
--enable-xcsecurity --disable-xdm-auth-1 \
|
||||||
--without-fop --without-xmlto --without-xsltproc \
|
--without-fop --without-xmlto --without-xsltproc \
|
||||||
--disable-dmx ${NO_XORG_OPTION} \
|
${NO_XORG_OPTION} \
|
||||||
--disable-unit-tests \
|
--disable-unit-tests \
|
||||||
${DRI_OPTION}
|
${DRI_OPTION}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue