From 6077c5b7c3522f18e294419ce1da0aadbefd004a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Wagner?= Date: Thu, 13 Jan 2022 18:09:03 +0100 Subject: meson: show vapi option in summary Also protect against misconfiguration of introspection and vapi as introspection is needed for vapi generation --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') 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'), -- cgit v1.2.1