[PATCH v5 11/18] libcamera: Add missing headers to libcamera_internal_headers

Laurent Pinchart laurent.pinchart at ideasonboard.com
Mon Aug 5 16:36:47 CEST 2024


The ipa_data_serializer.h and ipc_pipe.h headers are missing from
libcamera_internal_headers. Add them.

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 include/libcamera/internal/meson.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/libcamera/internal/meson.build b/include/libcamera/internal/meson.build
index 9713ea1cc27e..f96cc5e37c23 100644
--- a/include/libcamera/internal/meson.build
+++ b/include/libcamera/internal/meson.build
@@ -28,9 +28,11 @@ libcamera_internal_headers = files([
     'dma_buf_allocator.h',
     'formats.h',
     'framebuffer.h',
+    'ipa_data_serializer.h',
     'ipa_manager.h',
     'ipa_module.h',
     'ipa_proxy.h',
+    'ipc_pipe.h',
     'ipc_unixsocket.h',
     'mapped_framebuffer.h',
     'media_device.h',
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list