summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.com>2022-03-04 11:20:16 +0200
committerPekka Paalanen <pekka.paalanen@collabora.com>2022-03-04 11:20:16 +0200
commit952a9516626a2f48eba2e9c33b212b36021648cf (patch)
tree512915c1fec897f6e251ffc0a341f1efcacf75ad /meson_options.txt
parent2c91c7025079ba5384eb37bc0b35863afcfeda8b (diff)
downloadweston-952a9516626a2f48eba2e9c33b212b36021648cf.tar.gz
build: enable libseat support by default
Now that launcher-direct and weston-launch are gone, libseat takes their place. Enable libseat support by default to give users a hint in case they miss either of those. People who used to get launcher-logind when libseat support was disabled will now be using logind through libseat. This should not cause any regressions, and if it does, we want to hear about them, because the separate logind-launcher is also planned to be deprecated in the future. Disabling logind-launcher by default is left for when it actually gets deprecated. In case someone does not have libseat available but do have logind running, they can just disable libseat support. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 453715cb..b6ee962b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -161,7 +161,7 @@ option(
option(
'launcher-libseat',
type: 'boolean',
- value: false,
+ value: true,
description: 'Compositor: support libseat'
)