1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 03:13:54 +02:00
openwrt-packages/multimedia/gst1-plugins-bad/patches/010-distutils.patch
W. Michael Petullo e059dbf980 gst1-plugins-bad: 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

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