summaryrefslogtreecommitdiff
path: root/libgdm
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-04-03 19:52:20 -0500
committerRay Strode <halfline@gmail.com>2023-04-28 19:44:52 +0000
commit9257ef1f6e106bdedc40e34588b31bec39d6b5b1 (patch)
tree027ab3552bcfc28683f6300a80eb1e7ceab9a27f /libgdm
parent396a61fbeab9b37fed03c1fa35ea9dced0951426 (diff)
downloadgdm-9257ef1f6e106bdedc40e34588b31bec39d6b5b1.tar.gz
meson: allow building with elogind
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.
Diffstat (limited to 'libgdm')
-rw-r--r--libgdm/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgdm/meson.build b/libgdm/meson.build
index 3f8cafbb..83e95151 100644
--- a/libgdm/meson.build
+++ b/libgdm/meson.build
@@ -56,7 +56,7 @@ libgdm_deps = [
glib_dep,
gio_dep,
gio_unix_dep,
- libsystemd_dep,
+ logind_dep,
libgdmcommon_dep,
]