From 1398eb55b388f19c47e754a9ca110386b72951bb Mon Sep 17 00:00:00 2001 From: Heiko Becker Date: Fri, 2 Feb 2024 00:18:56 +0100 Subject: [PATCH] neon: Allow building against neon 0.33.x From its NEWS file: "API and ABI backwards-compatible with 0.27.x and later" Part-of: --- subprojects/gst-plugins-bad/ext/neon/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/ext/neon/meson.build b/subprojects/gst-plugins-bad/ext/neon/meson.build index 42cd2f12be..7aa5ed78d5 100644 --- a/subprojects/gst-plugins-bad/ext/neon/meson.build +++ b/subprojects/gst-plugins-bad/ext/neon/meson.build @@ -1,4 +1,4 @@ -neon_dep = dependency('neon', version: ['>= 0.27', '<= 0.32.99'], +neon_dep = dependency('neon', version: ['>= 0.27', '<= 0.33.99'], required : get_option('neon')) if neon_dep.found()