summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDerek Foreman <derek.foreman@collabora.com>2021-07-23 11:36:56 -0500
committerDerek Foreman <derek.foreman@collabora.com>2022-03-03 16:54:14 -0600
commita96dfc70985480b22a1f8b98548267f2b5bccc74 (patch)
tree310b4ac32480f1f06fbfc0eb95629774466aaf02 /meson_options.txt
parent87f2d09f1838c672b08913014cff198989b0c127 (diff)
downloadweston-a96dfc70985480b22a1f8b98548267f2b5bccc74.tar.gz
launchers: remove launchers
Moving forward we're going to be supporting libseat and logind as our only launchers. We're doing this to reduce our maintenance burden, and security impact. Libseat supports all our existing use cases, and seatd can replace weston-launch so we no longer have to carry a setuid-root program. This patch removes weston-launch, and launcher-direct, leaving only libseat and logind. Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 8a527d74..453715cb 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -66,13 +66,6 @@ option(
)
option(
- 'deprecated-weston-launch',
- type: 'boolean',
- value: false,
- description: 'Deprecated weston launcher for systems without logind'
-)
-
-option(
'xwayland',
type: 'boolean',
value: true,