From 5b7f89d9b8754b2cd1a8d7f510b87117c5a55138 Mon Sep 17 00:00:00 2001 From: Stefan Klug Date: Tue, 19 Nov 2024 09:46:59 +0100 Subject: libcamera: internal: Add Matrix class to build Add the new Matrix class to the build. Signed-off-by: Stefan Klug Reviewed-by: Laurent Pinchart --- src/libcamera/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/libcamera/meson.build b/src/libcamera/meson.build index 21cae117..57fde8a8 100644 --- a/src/libcamera/meson.build +++ b/src/libcamera/meson.build @@ -40,6 +40,7 @@ libcamera_internal_sources = files([ 'ipc_pipe_unixsocket.cpp', 'ipc_unixsocket.cpp', 'mapped_framebuffer.cpp', + 'matrix.cpp', 'media_device.cpp', 'media_object.cpp', 'pipeline_handler.cpp', -- cgit v1.2.1