summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorHarvey Yang <chenghaoyang@chromium.org>2024-10-22 07:43:39 +0000
committerKieran Bingham <kieran.bingham@ideasonboard.com>2024-11-20 10:47:27 +0000
commit3a884ebfe4cdd0a0fd9b9d3202d3369c737e381b (patch)
tree8e074ec6ac57418e1ea031592737b8a73b445cde /meson.build
parent670bbf3dc2b1099bd12cdcea0e63a26637db6d00 (diff)
libcamera: virtual: Add VirtualPipelineHandler
Add VirtualPipelineHandler for more unit tests and verfiy libcamera infrastructure works on devices without using hardware cameras. Signed-off-by: Harvey Yang <chenghaoyang@chromium.org> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index e3052260..33afbb74 100644
--- a/meson.build
+++ b/meson.build
@@ -217,6 +217,7 @@ pipelines_support = {
'simple': ['any'],
'uvcvideo': ['any'],
'vimc': ['test'],
+ 'virtual': ['test'],
}
if pipelines.contains('all')