summaryrefslogtreecommitdiff
path: root/common
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 /common
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 'common')
-rw-r--r--common/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/meson.build b/common/meson.build
index 074dd92e..bca58f7c 100644
--- a/common/meson.build
+++ b/common/meson.build
@@ -11,7 +11,7 @@ libgdmcommon_src = files(
)
libgdmcommon_deps = [
- libsystemd_dep,
+ logind_dep,
gobject_dep,
gio_dep,
gio_unix_dep,