summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGünther Wagner <info@gunibert.de>2022-01-13 18:09:03 +0100
committerGünther Wagner <info@gunibert.de>2022-01-13 18:09:03 +0100
commit6077c5b7c3522f18e294419ce1da0aadbefd004a (patch)
tree40c45105a635a790a985a06e0d41ee3d9cc38e08 /meson.build
parentd46b620b72e1c2a7c8232b3816feb94095c5af8c (diff)
downloadlibrest-6077c5b7c3522f18e294419ce1da0aadbefd004a.tar.gz
meson: show vapi option in summary
Also protect against misconfiguration of introspection and vapi as introspection is needed for vapi generation
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 4fd3195..2c6d4ba 100644
--- a/meson.build
+++ b/meson.build
@@ -116,6 +116,7 @@ summary({
summary({
'Introspection': get_option('introspection'),
+ 'Vapi': get_option('vapi'),
'Documentation': get_option('gtk_doc'),
'Tests': get_option('tests'),
'Soup 2': get_option('soup2'),