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>
This commit is contained in:
parent
e1491a7236
commit
f17c3a4971
@ -68,8 +68,8 @@ option(
|
|||||||
option(
|
option(
|
||||||
'weston-launch',
|
'weston-launch',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
value: true,
|
value: false,
|
||||||
description: 'Weston launcher for systems without logind'
|
description: 'Deprecated weston launcher for systems without logind'
|
||||||
)
|
)
|
||||||
|
|
||||||
option(
|
option(
|
||||||
|
Loading…
Reference in New Issue
Block a user