2020-07-25 08:13:21 +00:00
|
|
|
--- a/meson.build
|
|
|
|
+++ b/meson.build
|
2021-02-21 00:02:15 +00:00
|
|
|
@@ -441,7 +441,7 @@ gst_plugins_bad_args = ['-DHAVE_CONFIG_H
|
2020-07-25 08:13:21 +00:00
|
|
|
configinc = include_directories('.')
|
|
|
|
libsinc = include_directories('gst-libs')
|
|
|
|
|
|
|
|
-python3 = import('python').find_installation()
|
|
|
|
+python3 = 'python3'
|
|
|
|
|
|
|
|
gir = find_program('g-ir-scanner', required : get_option('introspection'))
|
|
|
|
gnome = import('gnome')
|