meson: Define python3 and python3-yaml required dependencies

With this change, meson will complain specifically about missing
python3 and missing python3-yaml. As specified by meson
documentation: https://mesonbuild.com/Python-module.html,
this change requires meson v0.51.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Ezequiel Garcia 2019-11-20 08:45:49 -03:00 committed by Laurent Pinchart
parent da81e368e7
commit aac96e34ba
2 changed files with 8 additions and 0 deletions

View file

@ -3,6 +3,7 @@
subdir('ipu3')
## Code generation
py_modules += ['yaml']
gen_controls = files('gen-controls.py')
gen_formats = files('gen-formats.py')
gen_header = files('gen-header.sh')