From 84bcd148488fd19dc1c3e0f777c10b497722b8b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 8 Oct 2018 20:53:17 +0100 Subject: [PATCH] meson: use new 'python' module instead of deprecated 'python3' one https://github.com/mesonbuild/meson/pull/4169 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b36a32d..907abe8 100644 --- a/meson.build +++ b/meson.build @@ -515,7 +515,7 @@ gst_plugins_bad_args = ['-DHAVE_CONFIG_H'] configinc = include_directories('.') libsinc = include_directories('gst-libs') -python3 = import('python3').find_python() +python3 = import('python').find_installation() gir = find_program('g-ir-scanner', required : get_option('introspection')) gnome = import('gnome') -- 2.7.4