libcamera: raspberrypi: Add components to meson build

Add the Raspberry Pi pipeline handler and IPA as targets in the
meson build system.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Naushir Patuck
2020-04-30 13:51:42 +01:00
committed by Laurent Pinchart
parent c01cfe14f5
commit 4bb5b1f602
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ subdir('libipa')
ipa_sign = files('ipa-sign.sh')
ipas = ['rkisp1', 'vimc']
ipas = ['raspberrypi', 'rkisp1', 'vimc']
foreach pipeline : get_option('pipelines')
if ipas.contains(pipeline)