From 2bea8f78c8b1ac4fb320817c23c03f59230ef9f3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 30 Sep 2020 00:02:27 +0000 Subject: Merge branch 'introspection' into 'master' meson: Change introspection option to yielding feature See merge request GNOME/pango!247 (cherry picked from commit c64f48351e57a58f4f355116efd2230d83c458c0) 82cfabba meson: Change introspection option to yielding feature --- meson_options.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 5aa7c795..235b8a48 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,8 +4,9 @@ option('gtk_doc', value: false) option('introspection', description: 'Build the GObject introspection data for Pango', - type: 'boolean', - value: true) + type: 'feature', + value: 'auto', + yield: true) option('install-tests', description : 'Install tests', type: 'boolean', -- cgit v1.2.1