From 826bbf5b57ec7a41f9bc2d5940d677843d50efc7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 14 Dec 2024 12:29:50 -0500 Subject: [PATCH] build: Make the introspection feature yield This is expected by other projects who use glib as a subproject, and there is little point in making the option a feature unless you inherit it. --- meson.options | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.options b/meson.options index b650eafc5..37dc9911d 100644 --- a/meson.options +++ b/meson.options @@ -148,6 +148,7 @@ option('gir_dir_prefix', option('introspection', type: 'feature', value: 'auto', + yield: true, description: 'Enable generating introspection data (requires gobject-introspection)') option('file_monitor_backend',