summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-10-10 09:48:30 +0200
committerSimon Ser <contact@emersion.fr>2022-10-10 13:58:09 +0200
commit722f211518e26dae95220cb8f0f5d4833b9576b8 (patch)
tree4164f61d5282efc93ce001753b7913bfa49c33b6 /meson_options.txt
parentff459f0273ff3216116f502981e723041e354a5b (diff)
downloadweston-722f211518e26dae95220cb8f0f5d4833b9576b8.tar.gz
build: deprecate launcher-logind
Deprecate launcher-logind and disable it by default. launcher-libseat supports logind, so this shouldn't cause any regression. Signed-off-by: Simon Ser <contact@emersion.fr> References: https://gitlab.freedesktop.org/wayland/weston/-/issues/488
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 055457d5..d0d1f6cd 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -145,10 +145,10 @@ option(
)
option(
- 'launcher-logind',
+ 'deprecated-launcher-logind',
type: 'boolean',
- value: true,
- description: 'Compositor: support systemd-logind D-Bus protocol'
+ value: false,
+ description: 'DEPRECATED: Compositor: support systemd-logind D-Bus protocol (superseded by launcher-libseat)'
)
option(