summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2022-07-22 18:24:49 +0200
committerCarlos Garnacho <carlosg@gnome.org>2023-01-11 17:57:51 +0000
commit236bc958f0e01428dc132ffd908f5c3a6047326b (patch)
tree1e743a5bcbc145fdee2ebe4b6a6a62f150c9adb8 /meson_options.txt
parent775381a33db65deafcb3045dbb8c0394c5803f76 (diff)
downloadtracker-236bc958f0e01428dc132ffd908f5c3a6047326b.tar.gz
build: Auto-generate VAPI
The autogenerated version has a more intuitive API on Vala and is more up-to-date
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 0b5d51759..1ee54218c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -30,6 +30,8 @@ option('tests_tap_protocol', type: 'boolean', value: false,
description: 'Whether to enable TAP protocol on tests')
option('introspection', type: 'feature', value: 'enabled',
description: 'Whether to enable introspection')
+option('vapi', type: 'feature', value: 'enabled',
+ description: 'Whether to enable Vala binding generation')
option('soup', type: 'array', value: ['auto'],
choices: ['auto', 'soup2', 'soup3'],