mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
build: Make the sysprof 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:
@@ -69,6 +69,7 @@ option('tapset_install_dir',
|
|||||||
option('sysprof',
|
option('sysprof',
|
||||||
type : 'feature',
|
type : 'feature',
|
||||||
value : 'auto',
|
value : 'auto',
|
||||||
|
yield : true,
|
||||||
description : 'include tracing support for sysprof')
|
description : 'include tracing support for sysprof')
|
||||||
|
|
||||||
option('documentation',
|
option('documentation',
|
||||||
|
Reference in New Issue
Block a user