Skip to content

Strip out Xorg support

Ray Strode requested to merge conditionalize-xorg-support into main

This is an in progress patch to make Xorg support optional.

Things left:

  1. Add meson goo to set BUILD_XORG_SUPPORT
  2. Make XorgEnable and WaylandEnable become noops if we can't switch between xorg and wayland (to address #881 (closed) )
  3. Drop the udev rule from the build if xorg is disabled
  4. Drop gdm-x-session and Xsession if xorg is disabled
  5. Probably more extensive #ifdefs throughout the code to cut out more bits.
Edited by Ray Strode

Merge request reports