summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2019-11-11 22:10:34 +0100
committerChristian Persch <chpe@src.gnome.org>2019-11-11 22:10:34 +0100
commit623f3c66de097eefef44001a4ff70600c11313f9 (patch)
tree4d52035e2944c5abedbd783434fa27754f1091b4 /meson_options.txt
parent75196cef0150cb46385961a1b1d4ad7fb2e9791a (diff)
downloadvte-623f3c66de097eefef44001a4ff70600c11313f9.tar.gz
build: Add configure switch to disable a11y code
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 5d8c8798..bb59bc67 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -23,6 +23,13 @@ option(
)
option(
+ 'a11y',
+ type: 'boolean',
+ value: true,
+ description: 'Enable a11y',
+)
+
+option(
'debugg', # for some reason, 'debug' is "reserved"
type: 'boolean',
value: false,