Merge pull request #14569 from nickberry17/wc
[feed/packages.git] / multimedia / gstreamer1 / patches / 020-distutils.patch
1 --- a/meson.build
2 +++ b/meson.build
3 @@ -522,7 +522,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)