From f17c3a4971c5fae60ae899ed09784fd33396e706 Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Mon, 24 Jan 2022 13:08:38 +0100 Subject: [PATCH] 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 --- meson_options.txt | 4 ++-- 1 file 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(