This notably disabled support for x11 backends. Let's see what breaks. This also adds sysuser config for creating the gdm-greeter user (see gdm@088c7c2). Co-authored-by: Clayton Craft <craftyguy@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7169>
13 lines
531 B
Diff
13 lines
531 B
Diff
diff --git a/meson.build b/meson.build
|
|
index 26d130b1a..3722f7ffd 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -136,7 +136,7 @@ if logind_provider == 'systemd'
|
|
])
|
|
systemd_x_server = systemd_multiseat_x.found()? systemd_multiseat_x.path() : '/lib/systemd/systemd-multi-seat-x'
|
|
|
|
- have_userdb = libsystemd_dep.version().version_compare('>= 257')
|
|
+ have_userdb = false
|
|
|
|
# Our range is documented at https://systemd.io/UIDS-GIDS/
|
|
greeter_uid_min = systemd_dep.get_variable('greeter_uid_min', default_value: '60578')
|