mate-desktop / mate-screensaver

MATE screen saver and locker
https://mate-desktop.org
GNU General Public License v2.0
48 stars 40 forks source link

Add ELOGIND support #188

Closed vkareh closed 5 years ago

vkareh commented 5 years ago

Reuses WITH_SYSTEMD #define to reduce #ifdef mess.

ELOGIND is not officially supported, but since it's a subset of systemd, it should work out of the box.

Co-authored-by: Joakim Tjernlund joakim.tjernlund@infinera.com

Fixes #187

vkareh commented 5 years ago

@joakim-tjernlund - Since elogind is not officially supported, I've updated your patch to disable the --with-elogind=auto mode and default to no. I also removed an unnecessary duplicate check for libelogind. Thanks for this patch!

joakim-tjernlund commented 5 years ago

@vkareh - Good, I am happy with these changes, Thanks

joakim-tjernlund commented 5 years ago

ping?