summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7c4f6d3a..7aa41249 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -20,6 +20,11 @@ option('documentation',
type : 'feature',
description : 'Generate the project documentation')
+option('doc_werror',
+ type : 'boolean',
+ value : false,
+ description : 'Treat documentation warnings as errors')
+
option('gstreamer',
type : 'feature',
value : 'auto',
@@ -27,7 +32,7 @@ option('gstreamer',
option('ipas',
type : 'array',
- choices : ['ipu3', 'rkisp1', 'rpi/vc4', 'vimc'],
+ choices : ['ipu3', 'rkisp1', 'rpi/vc4', 'simple', 'vimc'],
description : 'Select which IPA modules to build')
option('lc-compliance',