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:
Matthias Clasen
2025-06-07 14:34:31 -04:00
parent a6445ee3c4
commit c915502eb8

View File

@@ -69,6 +69,7 @@ option('tapset_install_dir',
option('sysprof',
type : 'feature',
value : 'auto',
yield : true,
description : 'include tracing support for sysprof')
option('documentation',