summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNaushir Patuck <naush@raspberrypi.com>2023-06-19 15:49:47 +0100
committerNaushir Patuck <naush@raspberrypi.com>2023-11-15 09:17:25 +0000
commit2b756620ed2d67226ee736de9341a5f2f198a68f (patch)
tree5626fa7cc2cd14a0e0c38bac20fb72a2acffa3d0 /meson.build
parentc152757fd212f8e0c12a6e8b02424ec25297a787 (diff)
pipeline: rpi: Add support for Raspberry Pi 5
Add the Raspberry Pi 5 ISP (PiSP) pipeline handler to libcamera. To include this pipeline handler in the build, set the following meson option: meson configure -Dpipelines=rpi/pisp Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.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 e9a1c7e3..a0c27edb 100644
--- a/meson.build
+++ b/meson.build
@@ -199,6 +199,7 @@ pipelines_support = {
'imx8-isi': arch_arm,
'ipu3': arch_x86,
'rkisp1': arch_arm,
+ 'rpi/pisp': arch_arm,
'rpi/vc4': arch_arm,
'simple': arch_arm,
'uvcvideo': ['any'],