You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
367 B

  1. --- a/meson.build
  2. +++ b/meson.build
  3. @@ -505,7 +505,7 @@ if get_option('default_library') == 'static'
  4. endif
  5. # Used in gst/parse/meson.build and below
  6. -python3 = import('python').find_installation()
  7. +python3 = 'python3'
  8. bashcomp_option = get_option('bash-completion')
  9. bashcomp_dep = dependency('bash-completion', version : '>= 2.0', required : bashcomp_option)