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_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 &&
config_query_option XSERVER_SECURITY  "Build Security extension (for untrusted X11 forwarding via ssh)" n true false &&
config_query_option XSERVER_WRAP    "Build suid-root wrapper for legacy driver support" n true false
