meson: use new 'python' module instead of deprecated 'python3' one
authorTim-Philipp Müller <tim@centricular.com>
Mon, 18 Feb 2019 16:53:07 +0000 (16:53 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 18 Feb 2019 16:53:07 +0000 (16:53 +0000)
https://github.com/mesonbuild/meson/pull/4169

meson.build

index b5cabc2..00fc9b5 100644 (file)
@@ -48,7 +48,7 @@ subprojects = [
   ['gst-python', { 'option': get_option('python') }],
 ]
 
-python3 = import('python3').find_python()
+python3 = import('python').find_installation()
 symlink = '''
 import os