projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13b8c85
)
meson: use 'python' module to find python instead of deprecated 'python3' one
author
Tim-Philipp Müller
<tim@centricular.com>
Mon, 8 Oct 2018 22:25:21 +0000
(23:25 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Mon, 8 Oct 2018 22:28:59 +0000
(23:28 +0100)
https://github.com/mesonbuild/meson/pull/4169
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 2a9f274c8c9847e90999403273d170f257ec0e3e..68fe85aeded869a572e1084c1e1b498689849c90 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-190,7
+190,7
@@
else:
prefix, 'Lib', 'Python%d%d' % (version.major, version.minor),
'site-packages', 'gi', 'overrides'))
'''
-python3 = import('python
3').find_pyth
on()
+python3 = import('python
').find_installati
on()
pygi_override_dir = get_option('pygi-overrides-dir')
if pygi_override_dir == ''
cres = run_command(python3, '-c', override_detector, get_option('prefix'))