summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
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'
+)