From e915a1aa7f850745bb626bd3342d0f65ee27181b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 21 Aug 2020 18:51:48 -0400 Subject: Rename the profiler option We don't support any profilers other than sysprof, so name the option accordingly. While we are at it, change it to a meson feature option, so -Dprofiler=true becomes -Dsysprof=enabled --- meson_options.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index f73f966d60..5eb0a6087e 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -23,8 +23,12 @@ option('xinerama', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto description : 'Enable support for the Xinerama extension') option('cloudproviders', type: 'boolean', value: false, description : 'Enable the cloudproviders support') -option('profiler', type: 'boolean', value: false, - description : 'Enable profiler support') + +option('sysprof', + type: 'feature', + value: 'disabled', + description : 'include tracing support for sysprof') + option('tracker3', type: 'boolean', value: false, description : 'Enable Tracker3 filechooser search') -- cgit v1.2.1