aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gst1-plugins-base/patches/010-distutils.patch
blob: 388860e0a2f5527a9591cbafd83c0527c692a0bd (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/meson.build
+++ b/meson.build
@@ -456,7 +456,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')