diff options
author | raghu447 <raghavendra.rao@collabora.com> | 2020-04-20 12:26:50 +0530 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2020-06-04 10:36:39 +0200 |
commit | 9024cc4444c8d5edd7c46140da38526a47d665af (patch) | |
tree | 1f3113fb9fb7dd053d0954dd08479fa3975c29ac /meson_options.txt | |
parent | ee1b79c4cd07dd098098d577e61580823cc656c1 (diff) |
Integrating libcamera
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
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', |