summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-08-19 20:48:51 +0000
committerMatthias Clasen <mclasen@redhat.com>2020-08-19 20:48:51 +0000
commitf26b61331403a337a4753b512df25f154891c237 (patch)
tree581421a87ee3bb20e534ef8ffdabed8ce0414f11 /meson_options.txt
parent1f8e988bd580627b6310f6ff01e0b4947b739996 (diff)
parent13f8625431eba74e070e846b23fcfc2a0ff2b34d (diff)
downloadpango-f26b61331403a337a4753b512df25f154891c237.tar.gz
Merge branch 'sysprof-tracing' into 'master'
Add sysprof tracing support See merge request GNOME/pango!227
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7a59fa2b..b0395b5e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -14,3 +14,7 @@ option('use_fontconfig',
description : 'Force using FontConfig where it is optional, on Windows and macOS. This is ignored on platforms where it is required',
type: 'boolean',
value: 'false')
+option('sysprof',
+ type : 'feature',
+ value : 'disabled',
+ description : 'include tracing support for sysprof')