summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2022-01-24 13:08:38 +0100
committerSimon Ser <contact@emersion.fr>2022-01-27 15:38:38 +0000
commitf17c3a4971c5fae60ae899ed09784fd33396e706 (patch)
tree4e3c7caead4d9aa1991a9504f14bd093338acfcf
parente1491a72365235a2b25369b672e306627108478c (diff)
downloadweston-f17c3a4971c5fae60ae899ed09784fd33396e706.tar.gz
meson: Set weston-launch as disabled by default
While the option is still available, this brings more attention to the upcoming deprecation of weston-launch. Signed-off-by: Kenny Levinsen <kl@kl.wtf>
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index befdb2dc..2d467874 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -68,8 +68,8 @@ option(
option(
'weston-launch',
type: 'boolean',
- value: true,
- description: 'Weston launcher for systems without logind'
+ value: false,
+ description: 'Deprecated weston launcher for systems without logind'
)
option(