summaryrefslogtreecommitdiff
path: root/src/libcamera/meson.build
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2021-06-24 23:24:37 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2021-06-25 16:10:53 +0100
commitb96ab21cdbf49eef43c428b6e13b6e32bfb28f87 (patch)
treedeef50a3dae137f6ed75775c30628ad9ca97ec7c /src/libcamera/meson.build
parentec7afef665a87eb389a5a4cb9ff35e9c24bbcc29 (diff)
libcamera: Separate source and build path helpers
The libcameraSourcePath and libcameraBuildPath helper functions are internal and specific to libcamera needs while operating with the meson build system. In preparation for the upcoming move of utils to a common library, move these helpers out of utils and into their own build unit. Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Hirokazu Honda<hiroh@chromium.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/libcamera/meson.build')
-rw-r--r--src/libcamera/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcamera/meson.build b/src/libcamera/meson.build
index 387d2084..693008d5 100644
--- a/src/libcamera/meson.build
+++ b/src/libcamera/meson.build
@@ -46,6 +46,7 @@ libcamera_sources = files([
'request.cpp',
'semaphore.cpp',
'signal.cpp',
+ 'source_paths.cpp',
'stream.cpp',
'sysfs.cpp',
'thread.cpp',