[libcamera-devel] [PATCH] Replace deprecated 'meson' with 'meson setup'

Kieran Bingham kieran.bingham at ideasonboard.com
Thu Jan 5 15:14:53 CET 2023


Quoting Laurent Pinchart via libcamera-devel (2023-01-05 10:05:48)
> Meson has deprecated implicit usage of the setup command. Update the
> build instructions to use 'meson setup' explicitly.

Is there a reference somewhere that states this is deprecated? I haven't
seen one and can't (quickly) find it.

But it's fine either way, this is still the 'correct' way to do it


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

> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> ---
>  README.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/README.rst b/README.rst
> index e9dd4207ae55..34b6b49f3575 100644
> --- a/README.rst
> +++ b/README.rst
> @@ -34,7 +34,7 @@ To fetch the sources, build and install:
>  
>    git clone https://git.libcamera.org/libcamera/libcamera.git
>    cd libcamera
> -  meson build
> +  meson setup build
>    ninja -C build install
>  
>  Dependencies
> 
> base-commit: e1b81401cafa2e071b0903c0afe8363e84c11ede
> -- 
> Regards,
> 
> Laurent Pinchart
>


More information about the libcamera-devel mailing list