summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline/raspberrypi/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcamera/pipeline/raspberrypi/meson.build')
-rw-r--r--src/libcamera/pipeline/raspberrypi/meson.build10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libcamera/pipeline/raspberrypi/meson.build b/src/libcamera/pipeline/raspberrypi/meson.build
deleted file mode 100644
index 59e8fb18..00000000
--- a/src/libcamera/pipeline/raspberrypi/meson.build
+++ /dev/null
@@ -1,10 +0,0 @@
-# SPDX-License-Identifier: CC0-1.0
-
-libcamera_sources += files([
- 'delayed_controls.cpp',
- 'dma_heaps.cpp',
- 'raspberrypi.cpp',
- 'rpi_stream.cpp',
-])
-
-subdir('data')