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:
5031141
)
meson: use new 'python' module instead of deprecated 'python3' one
author
Tim-Philipp Müller
<tim@centricular.com>
Mon, 8 Oct 2018 19:55:08 +0000
(20:55 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Mon, 8 Oct 2018 19:55:08 +0000
(20:55 +0100)
https://github.com/mesonbuild/meson/pull/4169
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index
837a61e
..
2313358
100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-182,5
+182,5
@@
configinc = include_directories('.')
plugins_install_dir = '@0@/gstreamer-1.0'.format(get_option('libdir'))
subdir('ext/libav/')
-python3 = import('python
3').find_pyth
on()
+python3 = import('python
').find_installati
on()
run_command(python3, '-c', 'import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit")')