[PATCH] meson: Enable simple pipeline handler on all platforms by default

Laurent Pinchart laurent.pinchart at ideasonboard.com
Wed Jul 31 00:02:53 CEST 2024


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.

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index f946eba94fc2..316abdb84e92 100644
--- a/meson.build
+++ b/meson.build
@@ -219,7 +219,7 @@ pipelines_support = {
     'mali-c55':     arch_arm,
     'rkisp1':       arch_arm,
     'rpi/vc4':      arch_arm,
-    'simple':       arch_arm,
+    'simple':       ['any'],
     'uvcvideo':     ['any'],
     'vimc':         ['test'],
 }

base-commit: c9152bad5ce905f5a31dbd05b40195f02c0cc2a9
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list