[libcamera-devel,v2,10/11] meson: Bump meson version to 0.51

Message ID 20200924071922.231063-11-ricardo@ribalda.com
State Accepted
Headers show
Series
  • Fix README.rst
Related show

Commit Message

Ricardo Ribalda Sept. 24, 2020, 7:19 a.m. UTC
Version 0.51 allows, among others, checking for python modules, which is
a required feature.

It is also now easily accessible: it is in stable distros such as Debian
testing, or in pip:

https://tracker.debian.org/pkg/meson
https://pypi.org/project/meson/

Suggested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Ricardo Ribalda <ricardo@ribalda.com>
---
 README.rst  | 2 +-
 meson.build | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Laurent Pinchart Sept. 24, 2020, 2:06 p.m. UTC | #1
Hi Ricardo,

Thank you for the patch.

On Thu, Sep 24, 2020 at 09:19:21AM +0200, Ricardo Ribalda wrote:
> Version 0.51 allows, among others, checking for python modules, which is
> a required feature.
> 
> It is also now easily accessible: it is in stable distros such as Debian
> testing, or in pip:
> 
> https://tracker.debian.org/pkg/meson
> https://pypi.org/project/meson/
> 
> Suggested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Signed-off-by: Ricardo Ribalda <ricardo@ribalda.com>

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

> ---
>  README.rst  | 2 +-
>  meson.build | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/README.rst b/README.rst
> index a4f3233..1ffff0a 100644
> --- a/README.rst
> +++ b/README.rst
> @@ -47,7 +47,7 @@ A C++ toolchain: [required]
>  	Either {g++, clang}
>  
>  Meson Build system: [required]
> -        meson (>= 0.47) ninja-build pkg-config
> +        meson (>= 0.51) ninja-build pkg-config
>  
>          If your distribution doesn't provide a recent enough version of meson,
>          you can install or upgrade it using pip3.
> diff --git a/meson.build b/meson.build
> index 992281c..20ac625 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -1,7 +1,7 @@
>  # SPDX-License-Identifier: CC0-1.0
>  
>  project('libcamera', 'c', 'cpp',
> -    meson_version : '>= 0.47',
> +    meson_version : '>= 0.51',
>      version : '0.0.0',
>      default_options : [
>          'werror=true',

Patch

diff --git a/README.rst b/README.rst
index a4f3233..1ffff0a 100644
--- a/README.rst
+++ b/README.rst
@@ -47,7 +47,7 @@  A C++ toolchain: [required]
 	Either {g++, clang}
 
 Meson Build system: [required]
-        meson (>= 0.47) ninja-build pkg-config
+        meson (>= 0.51) ninja-build pkg-config
 
         If your distribution doesn't provide a recent enough version of meson,
         you can install or upgrade it using pip3.
diff --git a/meson.build b/meson.build
index 992281c..20ac625 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@ 
 # SPDX-License-Identifier: CC0-1.0
 
 project('libcamera', 'c', 'cpp',
-    meson_version : '>= 0.47',
+    meson_version : '>= 0.51',
     version : '0.0.0',
     default_options : [
         'werror=true',