mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 11:40:25 +08:00

Removed deprecated use of AUTORELEASE, and refreshed patches. Signed-off-by: W. Michael Petullo <mike@flyn.org>
12 lines
352 B
Diff
12 lines
352 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -467,7 +467,7 @@ gst_plugins_bad_args = ['-DHAVE_CONFIG_H
|
|
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')
|