From 2de78434ca710bb71590d71cf9d9c2e0aa4b22ba Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 14 Jan 2020 13:46:41 -0500 Subject: meson: Bump required version to 0.47 This is needed to use option type 'feature'. This is a tri-state (auto/enabled/disabled) which comes with utility to enable them all, or disabled them all to avoid any dynamic selection happening. It can also be used as value to any "required" field. This will be used in GStreamer support. If you don't have a recent enough meson in your distribution, you can always install or upgrade your version using pip3. pip3 install --user meson pip3 install --user --upgrade meson Signed-off-by: Nicolas Dufresne Reviewed: Laurent Pinchart Signed-off-by: Laurent Pinchart --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 48e428cc..4b6b9dc8 100644 --- a/README.rst +++ b/README.rst @@ -46,6 +46,15 @@ A C++ toolchain: [required] for libcamera: [required] meson ninja-build python3-yaml + meson (>= 0.47) ninja-build python3-yaml + + If your distribution doesn't provide a recent enough version of meson, + you can install or upgrade it using pip3. + + .. code:: + + pip3 install --user meson + pip3 install --user --upgrade meson for device hotplug enumeration: [optional] pkg-config libudev-dev -- cgit v1.2.1