meson: Enable simple pipeline handler on all platforms by default
The simple pipeline handler is enabled by default on arm platforms only,
as it used to support arm SoCs only. Now that support for the IPU6 has
been added to the pipeline handler, it should be enabled on x86
platforms as well. Fix it.
Fixes: 06e0d8508e
("libcamera: pipeline: simple: Enable intel-ipu6 with Soft ISP")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
7f33dfc100
commit
98b0176839
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ pipelines_support = {
|
||||||
'mali-c55': arch_arm,
|
'mali-c55': arch_arm,
|
||||||
'rkisp1': arch_arm,
|
'rkisp1': arch_arm,
|
||||||
'rpi/vc4': arch_arm,
|
'rpi/vc4': arch_arm,
|
||||||
'simple': arch_arm,
|
'simple': ['any'],
|
||||||
'uvcvideo': ['any'],
|
'uvcvideo': ['any'],
|
||||||
'vimc': ['test'],
|
'vimc': ['test'],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue