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>
diff --git a/meson_options.txt b/meson_options.txt
index befdb2d..2d46787 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -68,8 +68,8 @@
 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(