summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMarvin Schmidt <marv@exherbo.org>2022-02-10 12:09:12 +0100
committerMarvin Schmidt <marv@exherbo.org>2022-04-29 09:31:24 +0200
commit5970a456465b6b6a6a3f4c215e1926c3c3c3f5cb (patch)
tree25f80bcb7010c01bac498e70853c176c14f1c190 /meson_options.txt
parent5924eced679b3a2caea2fd4637e52b85c85f6f0c (diff)
downloadgcr-5970a456465b6b6a6a3f4c215e1926c3c3c3f5cb.tar.gz
build: Make building the Vala bindings optional
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 6f4bc52..66d1567 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,6 +3,11 @@ option('introspection',
value: true,
description: 'Build GObject Introspection (GIR) files',
)
+option('vapi',
+ type: 'boolean',
+ value: true,
+ description: 'Generate vapi data (requires vapigen and introspection option)',
+)
option('gtk3',
type: 'boolean',
value: true,