Merge pull request #18443 from WereCatf/hexedit
[feed/packages.git] / multimedia / gstreamer1 / patches / 020-distutils.patch
1 --- a/meson.build
2 +++ b/meson.build
3 @@ -528,7 +528,7 @@ if get_option('default_library') == 'sta
4 endif
5
6 # Used in gst/parse/meson.build and below
7 -python3 = import('python').find_installation()
8 +python3 = 'python3'
9
10 bashcomp_option = get_option('bash-completion')
11 bashcomp_dep = dependency('bash-completion', version : '>= 2.0', required : bashcomp_option)