mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-28 10:06:53 +02: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',
|
option('introspection',
|
||||||
type: 'feature',
|
type: 'feature',
|
||||||
value: 'auto',
|
value: 'auto',
|
||||||
|
yield: true,
|
||||||
description: 'Enable generating introspection data (requires gobject-introspection)')
|
description: 'Enable generating introspection data (requires gobject-introspection)')
|
||||||
|
|
||||||
option('file_monitor_backend',
|
option('file_monitor_backend',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user