Removed deprecated use of AUTORELEASE, and refreshed patches. Signed-off-by: W. Michael Petullo <mike@flyn.org>
11 lines
210 B
Diff
11 lines
210 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -278,7 +278,7 @@ endif
|
|
|
|
gpl_allowed = get_option('gpl').allowed()
|
|
|
|
-python3 = import('python').find_installation()
|
|
+python3 = 'python3'
|
|
|
|
subdir('gst')
|
|
subdir('ext')
|