summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2020-05-21 16:04:48 +0800
committerKai Kang <kai.kang@windriver.com>2020-05-21 16:04:48 +0800
commit1804de769c6d85a6637fd0deeb58dbda1a9a2f5f (patch)
tree297894f4185fb9b0fd4ea05737044e400452f361 /meson_options.txt
parent7cd1b02bcd36c9aee91d63d291b75e3f3214b4a4 (diff)
downloadlibsecret-1804de769c6d85a6637fd0deeb58dbda1a9a2f5f.tar.gz
meson: add option introspection
Add an option 'introspection' for meson which could control whether build GIR files or not. Signed-off-by: Kai Kang <kai.kang@windriver.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c1fda5d..445aeb0 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,3 +3,4 @@ option('gcrypt', type: 'boolean', value: true, description: 'With gcrypt and tra
option('debugging', type: 'boolean', value: false, description: 'Turn debugging on/off')
option('vapi', type: 'boolean', value: true, description: 'Create VAPI file.')
option('gtk_doc', type: 'boolean', value: true, description: 'Build reference documentation using gtk-doc')
+option('introspection', type: 'boolean', value: true, description: 'Create GIR file.')