mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
meson: use new 'python' module instead of deprecated 'python3' one
https://github.com/mesonbuild/meson/pull/4169
This commit is contained in:
parent
21bf3a35ac
commit
84bcd14848
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue