blob: 198c2cf77dc651b209222743df469c4e9e8ee635 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/meson.build
+++ b/meson.build
@@ -452,7 +452,7 @@ pkgconfig_subdirs = ['gstreamer-1.0']
meson_pkg_config_file_fixup_script = find_program('scripts/meson-pkg-config-file-fixup.py')
-python3 = import('python').find_installation()
+python3 = 'python3'
subdir('gst-libs')
subdir('gst')
subdir('ext')
|