From aac96e34ba73a2dd63a12be446fe8db3c04db12f Mon Sep 17 00:00:00 2001 From: Ezequiel Garcia Date: Wed, 20 Nov 2019 08:45:49 -0300 Subject: 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 Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- utils/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/meson.build b/utils/meson.build index 456bf7f8..3d83b975 100644 --- a/utils/meson.build +++ b/utils/meson.build @@ -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') -- cgit v1.2.1