summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2020-05-03 10:29:36 +0200
committerFabrice Fontaine <fontaine.fabrice@gmail.com>2020-05-03 10:51:41 +0200
commit466d04a57b32417dbf2d5e818af1b7593af5f802 (patch)
tree09dfd040b853969f4f65effd1af49cf64d68455b /meson_options.txt
parenteac8e935128753f8204ecc3904e6e3e7b231e3ea (diff)
downloadat-spi2-atk-466d04a57b32417dbf2d5e818af1b7593af5f802.tar.gz
meson: add tests option
Add tests option to allow the user to build at-spi2-atk without tests, it is especially useful as one of the test requires libxml-2.0 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 24c9228..a4abdc2 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,3 +2,7 @@ option('disable_p2p',
description: 'Disable peer-to-peer DBus connections',
type: 'boolean',
value: false)
+option('tests',
+ description: 'Whether to build tests',
+ type: 'boolean',
+ value: true)