[PATCH v5 11/18] libcamera: Add missing headers to libcamera_internal_headers
Kieran Bingham
kieran.bingham at ideasonboard.com
Wed Aug 7 13:15:43 CEST 2024
Quoting Laurent Pinchart (2024-08-05 15:36:47)
> The ipa_data_serializer.h and ipc_pipe.h headers are missing from
> libcamera_internal_headers. Add them.
I guess we've been fine so far as these won't have been modified so much
so no dependency chain, but indeed. Lets fix..
Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
>
> 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