meson: Bump meson version to 0.51
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> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
aba567338b
commit
da81e368e7
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ A C++ toolchain: [required]
|
||||||
Either {g++, clang}
|
Either {g++, clang}
|
||||||
|
|
||||||
Meson Build system: [required]
|
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,
|
If your distribution doesn't provide a recent enough version of meson,
|
||||||
you can install or upgrade it using pip3.
|
you can install or upgrade it using pip3.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
project('libcamera', 'c', 'cpp',
|
project('libcamera', 'c', 'cpp',
|
||||||
meson_version : '>= 0.47',
|
meson_version : '>= 0.51',
|
||||||
version : '0.0.0',
|
version : '0.0.0',
|
||||||
default_options : [
|
default_options : [
|
||||||
'werror=true',
|
'werror=true',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue