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

jacopo mondi jacopo at jmondi.org
Fri Nov 30 12:23:37 CET 2018


Hi Kieran,

On Fri, Nov 30, 2018 at 09:48:02AM +0000, 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.
>
> Add this dependancy to the project requirements.
>
> Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>

An older meson version shipped by my distro actually broke my build

Acked-by: Jacopo Mondi <jacopo at jmondi.org>

Thanks
  j

> ---
>  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+')
>
> --
> 2.17.1
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <https://lists.libcamera.org/pipermail/libcamera-devel/attachments/20181130/c5b6a8b0/attachment.sig>


More information about the libcamera-devel mailing list