summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMike Gorse <mgorse@linux-e5s4.suse>2017-08-07 19:01:18 -0500
committerMike Gorse <mgorse@linux-e5s4.suse>2017-08-07 19:01:18 -0500
commit43d9f8a79bfcc8314bee0f560713188213b85f62 (patch)
tree456b9b0f5bfb71b0f894dcc39c36ae29737034b7 /meson_options.txt
parent172613d2073a1728534b6d1258f57cc3e6dce551 (diff)
downloadat-spi2-core-43d9f8a79bfcc8314bee0f560713188213b85f62.tar.gz
meson: add support for gobject-introspection
Not 100% sure that this is done. The shared-library line seems wrong.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e26c3036..305fc8c7 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -14,3 +14,5 @@ option('enable_docs',
description: 'Generate API reference for atspi (requires GTK-Doc)',
type: 'boolean',
value: false)
+
+option('enable-introspection', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'Enable GObject Introspection (depends on GObject)')