[libcamera-devel] [PATCH] libcamera: Add missing internal include headers to meson.build

Niklas Söderlund niklas.soderlund at ragnatech.se
Sun Dec 27 11:03:16 CET 2020


Hi Laurent,

Thanks for your patch.

On 2020-12-24 11:46:31 +0200, Laurent Pinchart wrote:
> include/libcamera/internal/meson.build is missing two internal headers.
> Fix it.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

Reviewed-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>

> ---
>  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 7cde023f7c3a..1b1bdc779512 100644
> --- a/include/libcamera/internal/meson.build
> +++ b/include/libcamera/internal/meson.build
> @@ -10,6 +10,8 @@ libcamera_tracepoint_header = custom_target(
>  )
>  
>  libcamera_internal_headers = files([
> +    'bayer_format.h',
> +    'buffer.h',
>      'byte_stream_buffer.h',
>      'camera_controls.h',
>      'camera_sensor.h',
> -- 
> Regards,
> 
> Laurent Pinchart
> 
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel

-- 
Regards,
Niklas Söderlund


More information about the libcamera-devel mailing list