summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorraghu447 <raghavendra.rao@collabora.com>2020-04-20 12:26:50 +0530
committerWim Taymans <wtaymans@redhat.com>2020-06-04 10:36:39 +0200
commit9024cc4444c8d5edd7c46140da38526a47d665af (patch)
tree1f3113fb9fb7dd053d0954dd08479fa3975c29ac /meson_options.txt
parentee1b79c4cd07dd098098d577e61580823cc656c1 (diff)
Integrating libcamera
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 b2b2af73..6988c4f0 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -92,6 +92,10 @@ option('v4l2',
description: 'Enable v4l2 spa plugin integration',
type: 'boolean',
value: true)
+option('libcamera',
+ description: 'Enable libcamera spa plugin integration',
+ type: 'boolean',
+ value: true)
option('videoconvert',
description: 'Enable videoconvert spa plugin integration',
type: 'boolean',