From 18f01742e12211c4e602cc29230920ce5a8f1b44 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Fri, 30 Oct 2020 11:58:14 +0000 Subject: DocumentationUseOnly: Force enable Vivid To make sure we always build the Vivid pipeline in this branch, explicitly add it to the build targets, and remove it from the pipeline configuration choices. This is not any kind of best practice for pipeline handlers, but is here to ensure that this pipeline is always compiled on this branch who's sole purpose is to use and demonstrate the vivid pipeline handler. --- src/libcamera/pipeline/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/libcamera/pipeline/meson.build b/src/libcamera/pipeline/meson.build index 30dc5b97..733aa737 100644 --- a/src/libcamera/pipeline/meson.build +++ b/src/libcamera/pipeline/meson.build @@ -3,3 +3,5 @@ foreach pipeline : pipelines subdir(pipeline) endforeach + +subdir('vivid') -- cgit v1.2.1