New commits:
commit b256388a3df24c3742447d8c3d3ed2c83223f908
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>
xorg/xserver: version 21.1.0
diff --git a/xorg/xserver/BUILD b/xorg/xserver/BUILD
index ebe50c7..055b272 100755
--- a/xorg/xserver/BUILD
+++ b/xorg/xserver/BUILD
@@ -1,11 +1,9 @@
#message CFLAGS=$CFLAGS
OPTS+=" xorg=$XSERVER_XORG \
- xwayland=false \
xnest=$XSERVER_XNEST \
xvfb=$XSERVER_XVFB \
xselinux=${XSERVER_SELINUX} \
xephyr=$XSERVER_XEPHYR \
- dmx=$XSERVER_DMX \
glamor=$XSERVER_GLAMOR \
listen_tcp=$XSERVER_TCP \
log_dir=${INSTALL_ROOT}/var/log \
diff --git a/xorg/xserver/CONFIGURE b/xorg/xserver/CONFIGURE
index 06383d7..c125918 100755
--- a/xorg/xserver/CONFIGURE
+++ b/xorg/xserver/CONFIGURE
@@ -1,16 +1,16 @@
-persistent_remove XORG_SERVER_OPTS
-persistent_remove XSERVER_WAYLAND
+persistent_remove XORG_SERVER_OPTS &&
+persistent_remove XSERVER_WAYLAND &&
+persistent_remove XSERVER_DMX &&
#config_query XORG_XINITRC_XSESSION
\
# "install a .desktop file that calls the user's .xinitrc?"
n &&
#config_query_list XSERVER_SHA1 "Choose SHA1 implementation:" \
# nettle
# libgcrypt \
# SSL
-config_query_option XSERVER_XORG "Build Xorg server?" y true false
-config_query_option XSERVER_XNEST "Build XNest nested X server?" n true
false
-config_query_option XSERVER_XVFB "Build Xvfb server?" n true false
-config_query_option XSERVER_XEPHYR "Build Xephyr nested X server?" n true
false
-config_query_option XSERVER_DMX "Build DMX nested X server?" n true false
-config_query_option XSERVER_GLAMOR "build Glamor" y true false
-config_query_option XSERVER_TCP "listen on TCP" n true false
+config_query_option XSERVER_XORG "Build Xorg server?" y true false &&
+config_query_option XSERVER_XNEST "Build XNest nested X server?" n true
false &&
+config_query_option XSERVER_XVFB "Build Xvfb server?" n true false &&
+config_query_option XSERVER_XEPHYR "Build Xephyr nested X server?" n true
false &&
+config_query_option XSERVER_GLAMOR "build Glamor" y true false &&
+config_query_option XSERVER_TCP "listen on TCP" n true false &&
config_query_option XSERVER_SELINUX "Build XSELINUX" n true false
diff --git a/xorg/xserver/DEPENDS b/xorg/xserver/DEPENDS
index ebc5d64..2691e40 100755
--- a/xorg/xserver/DEPENDS
+++ b/xorg/xserver/DEPENDS
@@ -14,6 +14,7 @@ depends libepoxy &&
depends nettle &&