From c915502eb82ffe7f453c327c26eb5d1c2b56b5e8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 7 Jun 2025 14:34:31 -0400 Subject: [PATCH] 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. --- meson.options | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.options b/meson.options index 37dc9911d..5ebbe4d87 100644 --- a/meson.options +++ b/meson.options @@ -69,6 +69,7 @@ option('tapset_install_dir', option('sysprof', type : 'feature', value : 'auto', + yield : true, description : 'include tracing support for sysprof') option('documentation',