summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-08-21 18:51:48 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-08-21 18:51:48 -0400
commite915a1aa7f850745bb626bd3342d0f65ee27181b (patch)
treecd48be9b1efaa5a7c6e2fb9c556a66596c759a00 /meson_options.txt
parent81e88c1d9ee328fce4afa50919684ae8c813c8bb (diff)
downloadgtk+-e915a1aa7f850745bb626bd3342d0f65ee27181b.tar.gz
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
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt8
1 files changed, 6 insertions, 2 deletions
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')