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

Umang Jain email at uajain.com
Thu Dec 24 17:34:46 CET 2020


Hi Laurents,

On 12/24/20 3:16 PM, 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>
Whoops!
Reviewed-by: Umang Jain <email at uajain.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 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',



More information about the libcamera-devel mailing list