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
272 B

  1. --- a/meson.build
  2. +++ b/meson.build
  3. @@ -257,7 +257,7 @@ if get_option('default_library') == 'shared'
  4. plugins_pkgconfig_install_dir = disabler()
  5. endif
  6. -python3 = import('python').find_installation()
  7. +python3 = 'python3'
  8. subdir('gst')
  9. subdir('ext')
  10. subdir('tests')