Merge branch 'make-sysprof-yield' into 'main'

Make the sysprof feature yield

See merge request GNOME/glib!4659
This commit is contained in:
Philip Withnall
2025-06-09 12:53:11 +00:00

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