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

Ricardo Ribalda ricardo at ribalda.com
Thu Sep 24 09:19:21 CEST 2020


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 at ideasonboard.com>
Signed-off-by: Ricardo Ribalda <ricardo at ribalda.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',
-- 
2.28.0



More information about the libcamera-devel mailing list