From: Tim-Philipp Müller Date: Mon, 8 Oct 2018 19:53:17 +0000 (+0100) Subject: meson: use new 'python' module instead of deprecated 'python3' one X-Git-Tag: 1.19.3~507^2~3912 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84bcd148488fd19dc1c3e0f777c10b497722b8b6;p=platform%2Fupstream%2Fgstreamer.git meson: use new 'python' module instead of deprecated 'python3' one https://github.com/mesonbuild/meson/pull/4169 --- 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')