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:
parent
c01cfe14f5
commit
4bb5b1f602
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ option('gstreamer',
|
||||||
|
|
||||||
option('pipelines',
|
option('pipelines',
|
||||||
type : 'array',
|
type : 'array',
|
||||||
choices : ['ipu3', 'rkisp1', 'simple', 'uvcvideo', 'vimc'],
|
choices : ['ipu3', 'raspberrypi', 'rkisp1', 'simple', 'uvcvideo', 'vimc'],
|
||||||
description : 'Select which pipeline handlers to include')
|
description : 'Select which pipeline handlers to include')
|
||||||
|
|
||||||
option('test',
|
option('test',
|
||||||
|
|
|
@ -18,7 +18,7 @@ subdir('libipa')
|
||||||
|
|
||||||
ipa_sign = files('ipa-sign.sh')
|
ipa_sign = files('ipa-sign.sh')
|
||||||
|
|
||||||
ipas = ['rkisp1', 'vimc']
|
ipas = ['raspberrypi', 'rkisp1', 'vimc']
|
||||||
|
|
||||||
foreach pipeline : get_option('pipelines')
|
foreach pipeline : get_option('pipelines')
|
||||||
if ipas.contains(pipeline)
|
if ipas.contains(pipeline)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue