summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2018-10-27 06:30:47 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2019-01-07 10:42:23 -0500
commit461edcc8cd6dc1c4efeb09aaaba02459293546f2 (patch)
treeed558ec6e7e80c839d4b1d34934792166cc9a0c9 /meson_options.txt
parent9d7a3bf039f063d78dc8db84e0de7b6310206b2c (diff)
downloadjson-glib-461edcc8cd6dc1c4efeb09aaaba02459293546f2.tar.gz
Change introspection option to feature type
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 75152aa..aba8129 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,5 @@
option('introspection',
- type: 'boolean', value: true,
+ type: 'feature', value: 'auto', yield: true,
description: 'Build the introspection data (requires gobject-introspection)')
option('docs',
type: 'boolean', value: false,