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:
committed by
Laurent Pinchart
parent
c01cfe14f5
commit
4bb5b1f602
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user