aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ce988a63..0a57b6fd 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -63,6 +63,6 @@ option(
'tracing',
type : 'combo',
value : 'none',
- choices : [ 'perfetto', 'stderr', 'none' ],
+ choices : [ 'percetto', 'perfetto', 'stderr', 'none' ],
description : 'enable emitting traces using the selected backend'
)