summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7f7b3e59..53f2675e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -28,6 +28,11 @@ option('test',
type : 'boolean',
description: 'Compile and include the tests')
+option('tracing',
+ type : 'feature',
+ value : 'auto',
+ description: 'Enable tracing (based on lttng)')
+
option('v4l2',
type : 'boolean',
value : false,