summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-08-19 16:02:10 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-08-19 16:42:24 -0400
commit13f8625431eba74e070e846b23fcfc2a0ff2b34d (patch)
treead63768096e1e011278bdc1b3c34a6b73c5c7d2b /meson_options.txt
parente08269b8847d64843498f7ebf5bc6e5de6fbc45e (diff)
downloadpango-13f8625431eba74e070e846b23fcfc2a0ff2b34d.tar.gz
Add sysprof tracing support
Add support for adding sysprof marks. Strongly inspired by equivalent GLib support.
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')