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

  1. --- a/meson.build
  2. +++ b/meson.build
  3. @@ -424,7 +424,7 @@ endif
  4. presetdir = join_paths(get_option('datadir'), 'gstreamer-' + api_version, 'presets')
  5. -python3 = import('python').find_installation()
  6. +python3 = 'python3'
  7. pkgconfig = import('pkgconfig')
  8. plugins_pkgconfig_install_dir = join_paths(plugins_install_dir, 'pkgconfig')
  9. if get_option('default_library') == 'shared'