aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gst1-plugins-good/patches/010-distutils.patch
blob: 7092bfcda03bf551f260b376c27f9bb13cb514b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/meson.build
+++ b/meson.build
@@ -434,7 +434,7 @@ endif
 
 presetdir = join_paths(get_option('datadir'), 'gstreamer-' + api_version, 'presets')
 
-python3 = import('python').find_installation()
+python3 = 'python3'
 pkgconfig = import('pkgconfig')
 plugins_pkgconfig_install_dir = join_paths(plugins_install_dir, 'pkgconfig')
 if get_option('default_library') == 'shared'