summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline/meson.build
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-03-25 09:36:35 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-03-25 12:20:52 +0200
commit5e8933eeebcedda55d4c4e84db9b4983eecefe1b (patch)
tree94aea75f4e4978fd1f33becfefc5460df042e865 /src/libcamera/pipeline/meson.build
parente74885c870a8d13736b422f8faadec3339cc588d (diff)
libcamera: pipeline: Move uvcvideo and vimc to subdirectories
Give a subdirectory to all pipeline handlers to make the structure of the source tree more consistent. This will also simplify the implementation of pipeline handlers selection at build time. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'src/libcamera/pipeline/meson.build')
-rw-r--r--src/libcamera/pipeline/meson.build7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/libcamera/pipeline/meson.build b/src/libcamera/pipeline/meson.build
index 0d466225..c1a6ab04 100644
--- a/src/libcamera/pipeline/meson.build
+++ b/src/libcamera/pipeline/meson.build
@@ -1,7 +1,4 @@
-libcamera_sources += files([
- 'uvcvideo.cpp',
- 'vimc.cpp',
-])
-
subdir('ipu3')
subdir('rkisp1')
+subdir('uvcvideo')
+subdir('vimc')