mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
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:
parent
8cf01c8f81
commit
826bbf5b57
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user