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

  1. --- a/meson.build
  2. +++ b/meson.build
  3. @@ -441,7 +441,7 @@ gst_plugins_bad_args = ['-DHAVE_CONFIG_H
  4. configinc = include_directories('.')
  5. libsinc = include_directories('gst-libs')
  6. -python3 = import('python').find_installation()
  7. +python3 = 'python3'
  8. gir = find_program('g-ir-scanner', required : get_option('introspection'))
  9. gnome = import('gnome')