[libcamera-devel] [RFC PATCH v1 3/3] pipeline: isp: All meson configure files

Siyuan Fan siyuan.fan at foxmail.com
Wed Aug 4 09:33:47 CEST 2021


From: Fan Siyuan <siyuan.fan at foxmail.com>

Add all meson configure file the software ISP module needs.
After configuration completed, we can enable the software ISP.

Signed-off-by: Fan Siyuan <siyuan.fan at foxmail.com>

---
 meson_options.txt                      | 2 +-
 src/libcamera/pipeline/isp/meson.build | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
 create mode 100644 src/libcamera/pipeline/isp/meson.build

diff --git a/meson_options.txt b/meson_options.txt
index 2c80ad8b..03110587 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -37,7 +37,7 @@ option('lc-compliance',
 
 option('pipelines',
         type : 'array',
-        choices : ['ipu3', 'raspberrypi', 'rkisp1', 'simple', 'uvcvideo', 'vimc'],
+        choices : ['ipu3', 'raspberrypi', 'rkisp1', 'simple', 'uvcvideo', 'vimc', 'isp'],
         description : 'Select which pipeline handlers to include')
 
 option('qcam',
diff --git a/src/libcamera/pipeline/isp/meson.build b/src/libcamera/pipeline/isp/meson.build
new file mode 100644
index 00000000..562b83b5
--- /dev/null
+++ b/src/libcamera/pipeline/isp/meson.build
@@ -0,0 +1,6 @@
+# SPDX-License-Identifier: CC0-1.0
+
+libcamera_sources += files([
+    'isp.cpp',
+    'isp_processing.cpp',
+])
-- 
2.20.1



More information about the libcamera-devel mailing list