[PATCH v5 11/18] libcamera: Add missing headers to libcamera_internal_headers
Dan Scally
dan.scally at ideasonboard.com
Wed Aug 7 10:40:42 CEST 2024
Hi Laurent
On 05/08/2024 15:36, Laurent Pinchart wrote:
> 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>
> ---
Reviewed-by: Daniel Scally <dan.scally 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',
More information about the libcamera-devel
mailing list