doc: mention right meson version
diff mbox series

Message ID Z/wagPywlDR2HAyL@duo.ucw.cz
State Accepted
Commit 886f877dd39d3c7baec9d7a8b99c804e05aed598
Headers show
Series
  • doc: mention right meson version
Related show

Commit Message

Pavel Machek April 13, 2025, 8:11 p.m. UTC
Documentation says 0.60, but in fact 0.63 is required.
    
Signed-off-by: Pavel Machek <pavel@ucw.cz>

Comments

Laurent Pinchart April 13, 2025, 11:52 p.m. UTC | #1
Hi Pavel,

Thank you for the patch.

On Sun, Apr 13, 2025 at 10:11:44PM +0200, Pavel Machek wrote:
> Documentation says 0.60, but in fact 0.63 is required.
>     
> Signed-off-by: Pavel Machek <pavel@ucw.cz>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> diff --git a/README.rst b/README.rst
> index 31c27c87..88351c38 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
>  
>  for the libcamera core: [required]
>          libyaml-dev python3-yaml python3-ply python3-jinja2
Kieran Bingham April 14, 2025, 5:23 p.m. UTC | #2
Quoting Pavel Machek (2025-04-13 21:11:44)
> Documentation says 0.60, but in fact 0.63 is required.
>     
> Signed-off-by: Pavel Machek <pavel@ucw.cz>


Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

> 
> diff --git a/README.rst b/README.rst
> index 31c27c87..88351c38 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
>  
>  for the libcamera core: [required]
>          libyaml-dev python3-yaml python3-ply python3-jinja2
> 
> -- 
> I don't work for Nazis and criminals, and neither should you.
> Boycott Putin, Trump, and Musk!

Patch
diff mbox series

diff --git a/README.rst b/README.rst
index 31c27c87..88351c38 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
 
 for the libcamera core: [required]
         libyaml-dev python3-yaml python3-ply python3-jinja2