[PATCH 1/1] libcamera: documentation: Update meson build requirements

Laurent Pinchart laurent.pinchart at ideasonboard.com
Mon Dec 2 15:13:42 CET 2024


Hi Isaac,

Thank you for the patch.

On Mon, Dec 02, 2024 at 01:40:32PM +0000, Isaac Scott wrote:
> The current README states the meson version required is v0.60 or higher.
> When running the build process, libcamera says it requires meson >=
> 0.63. Update the README to reflect this.
> 
> Signed-off-by: Isaac Scott <isaac.scott at ideasonboard.com>
> ---
>  README.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/README.rst b/README.rst
> index 4068c6cc..f1169059 100644
> --- a/README.rst
> +++ b/README.rst
> @@ -44,7 +44,7 @@ A C++ toolchain: [required]
>          Either {g++, clang}
>  
>  Meson Build system: [required]
> -        meson (>= 0.60) ninja-build pkg-config
> +        meson (>= 0.63) ninja-build pkg-config

The source of truth is meson.build. I wonder if we should drop the
version number here to avoid risks of future discrepancies.

>  
>  for the libcamera core: [required]
>          libyaml-dev python3-yaml python3-ply python3-jinja2

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list