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.
This commit is contained in:
Matthias Clasen 2024-12-14 12:29:50 -05:00
parent 8cf01c8f81
commit 826bbf5b57

View File

@ -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',