summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline/raspberrypi/meson.build
diff options
context:
space:
mode:
authorNiklas Söderlund <niklas.soderlund@ragnatech.se>2020-10-27 01:37:10 +0100
committerNiklas Söderlund <niklas.soderlund@ragnatech.se>2021-01-29 15:35:28 +0100
commit82eb3f7e6dc5e5ba3897ad07b1a3e037d2bc38c6 (patch)
tree34f6355df23b3b9b551a28f4e06602bcb5853456 /src/libcamera/pipeline/raspberrypi/meson.build
parent85f2a5c134e8403575116ca08d20f731363c337e (diff)
libcamera: raspberrypi: Remove StaggeredCtrl
There are no users left, remove it. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
Diffstat (limited to 'src/libcamera/pipeline/raspberrypi/meson.build')
-rw-r--r--src/libcamera/pipeline/raspberrypi/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcamera/pipeline/raspberrypi/meson.build b/src/libcamera/pipeline/raspberrypi/meson.build
index 7c5b6ff7..f1a2f5ee 100644
--- a/src/libcamera/pipeline/raspberrypi/meson.build
+++ b/src/libcamera/pipeline/raspberrypi/meson.build
@@ -4,5 +4,4 @@ libcamera_sources += files([
'dma_heaps.cpp',
'raspberrypi.cpp',
'rpi_stream.cpp',
- 'staggered_ctrl.cpp',
])