diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 12de8fa1..69f11f85 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -25,6 +25,11 @@ option('gstreamer', value : 'auto', description : 'Compile libcamera GStreamer plugin') +option('lc-compliance', + type : 'feature', + value : 'auto', + description : 'Compile the lc-compliance test application') + option('pipelines', type : 'array', choices : ['ipu3', 'raspberrypi', 'rkisp1', 'simple', 'uvcvideo', 'vimc'], |