From 50387389beda3df666b3ef80811353b35f6d59fd Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 14 Oct 2020 16:55:00 -0400 Subject: meson: Change introspection option to feature type This is more consistent with other modules like GTK. --- meson_options.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index c1136cd96..930f3bdf8 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -22,10 +22,11 @@ option('docs', description: 'Whether to generate the whole documentation (see: gtk_doc and man options) [Deprecated]', type: 'boolean', value: false) -option('gir', +option('introspection', description: 'Whether to generate the API introspection data (requires GObject-Introspection)', - type: 'boolean', - value: true) + type: 'feature', + value: 'auto', + yield: true) option('man', description: 'Whether to generate man pages (requires xlstproc)', type: 'boolean', -- cgit v1.2.1