summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2023-01-11 14:48:06 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-01-29 22:26:50 +0000
commitce8dd33f3762e0ec44927b70059fb2721338e8bf (patch)
treee5b4feaabe90f310b9c87995a7206c396dfec4ef /meson_options.txt
parent6fd11a88c4d3c82e33b6086d4783ce172e1a2695 (diff)
meson: Deprecate waltham and inform users of that
Waltham isn't really used, this is a step forward removing support for it. For now just add an configuration option if users still want to use it. Bug-AGL: SPEC-4670 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I5ec900ef075717b438ef9e41167ad4833b2a8b87
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 1e54773..e4d8f3d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -12,3 +12,10 @@ option(
value: true,
description: 'Build gRPC proxy which exposes some of the agl-shell protocol over a gRPC API'
)
+
+option(
+ 'waltham',
+ type: 'boolean',
+ value: false,
+ description: 'Build compositor with Waltham support. Disabled by default'
+)