Skip to content

meson: allow building with elogind

Dudemanguy requested to merge Dudemanguy/gdm:elogind-build into main

Currently, the GDM meson build has a hard dependency on systemd. However, GDM can function just fine if one is using elogind. This allows a user to build GDM against libelogind and also disable the systemd system and user units.

We're using this patch in Artix Linux (systemdless Arch) right now and it's working with no problems.

Merge request reports