diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2020-01-14 13:46:41 -0500 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-01-17 01:17:18 +0200 |
commit | 2de78434ca710bb71590d71cf9d9c2e0aa4b22ba (patch) | |
tree | 433c1ec0188aef1018153a43a44ebe4ef5803cef /README.rst | |
parent | 38dd90307ab2b0d25a0a233eae04455f769153b4 (diff) |
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 <nicolas.dufresne@collabora.com>
Reviewed: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |