[libcamera-devel] [PATCH] meson: Describe minimum meson version requirements

Laurent Pinchart laurent.pinchart at ideasonboard.com
Fri Nov 30 15:20:09 CET 2018


Hi Kieran,

Thank you for the patch.

On Friday, 30 November 2018 11:48:02 EET Kieran Bingham wrote:
> We utilise 'add_project_arguments' which is only available in version
> 0.36 and 'build_by_default' which is only available in version 0.40 of
> meson.

Debian stable ships 0.37.1. Is there a chance we could replace 
build_by_default with something else ? Otherwise, I'm fine with this patch as 
it describes the reality.

> Add this dependancy to the project requirements.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
> ---
>  meson.build | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meson.build b/meson.build
> index 1e2bf9563515..e0aeefa30330 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -1,4 +1,5 @@
>  project('libcamera - supporting complex camera pipelines', 'c', 'cpp',
> +  meson_version: '>= 0.40',
>    version : '0.1',
>    license : 'LGPL 2.1+')

-- 
Regards,

Laurent Pinchart





More information about the libcamera-devel mailing list