mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 04:40:07 +01:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue