libcamera: pipeline: build: Add pipeline_data_dir variable

Add a pipeline_data_dir variable to the meson build files. This variable
points to the location of pipeline handler specific configuration files
on the filesystem.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Naushir Patuck
2023-01-27 15:43:13 +00:00
committed by Kieran Bingham
parent 613d540267
commit 322334dae7

View File

@@ -1,5 +1,8 @@
# SPDX-License-Identifier: CC0-1.0
# Location of pipeline specific configuration files
pipeline_data_dir = libcamera_datadir / 'pipeline'
foreach pipeline : pipelines
subdir(pipeline)
endforeach