Tue, 12 Mar 2024 21:13:17 -0500
Update to gplugin-0.43.0
This should fix our build failures on windows and has some other nice cleanups.
Testing Done:
Checked in with the turtles.
Reviewed at https://reviews.imfreedom.org/r/3028/
| meson.build | file | annotate | diff | comparison | revisions | |
| subprojects/gplugin.wrap | file | annotate | diff | comparison | revisions |
--- a/meson.build Tue Mar 12 02:25:03 2024 -0500 +++ b/meson.build Tue Mar 12 21:13:17 2024 -0500 @@ -428,7 +428,7 @@ ####################################################################### # Check for GPlugin ####################################################################### -gplugin_version = ['>=0.42.1', '<0.43.0'] +gplugin_version = ['>=0.43.0', '<0.44.0'] gplugin_dep = dependency('gplugin', version : gplugin_version, fallback : ['gplugin', 'gplugin_dep'])