[PATCH 1/1] libcamera: documentation: Update meson build requirements
Isaac Scott
isaac.scott at ideasonboard.com
Mon Dec 2 14:40:32 CET 2024
The current README states the meson version required is v0.60 or higher.
When running the build process, libcamera says it requires meson >=
0.63. Update the README to reflect this.
Signed-off-by: Isaac Scott <isaac.scott at ideasonboard.com>
---
README.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.rst b/README.rst
index 4068c6cc..f1169059 100644
--- a/README.rst
+++ b/README.rst
@@ -44,7 +44,7 @@ A C++ toolchain: [required]
Either {g++, clang}
Meson Build system: [required]
- meson (>= 0.60) ninja-build pkg-config
+ meson (>= 0.63) ninja-build pkg-config
for the libcamera core: [required]
libyaml-dev python3-yaml python3-ply python3-jinja2
--
2.43.0
More information about the libcamera-devel
mailing list