From cb21aed7dc128b260a945d30d52f890625ed3af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 18 Feb 2019 16:53:07 +0000 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 b5cabc2aae..00fc9b5ede 100644 --- a/meson.build +++ b/meson.build @@ -48,7 +48,7 @@ subprojects = [ ['gst-python', { 'option': get_option('python') }], ] -python3 = import('python3').find_python() +python3 = import('python').find_installation() symlink = ''' import os