mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 03:00:58 +08:00

Removed deprecated use of AUTORELEASE, and refreshed patches. Signed-off-by: W. Michael Petullo <mike@flyn.org>
12 lines
310 B
Diff
12 lines
310 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -456,7 +456,7 @@ pkgconfig_subdirs = ['gstreamer-1.0']
|
|
|
|
meson_pkg_config_file_fixup_script = find_program('scripts/meson-pkg-config-file-fixup.py')
|
|
|
|
-python3 = import('python').find_installation()
|
|
+python3 = 'python3'
|
|
subdir('gst-libs')
|
|
subdir('gst')
|
|
subdir('ext')
|