packages/multimedia/gst1-plugins-ugly/patches/010-distutils.patch
W. Michael Petullo 9497dc4214 gst1-plugins-ugly: update to 1.20.4
Removed deprecated use of AUTORELEASE, and refreshed patches.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2022-12-22 16:32:46 -08:00

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')