From: Jan Alexander Steffens (heftig) Date: Fri, 29 Nov 2024 13:41:12 +0000 (+0100) Subject: [PATCH] meson: Drop max version bound from neon X-Git-Tag: archive/raspbian/1.24.12-2+rpi1~1^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=47ec6e901b32e690ef7a67baf387f0d6515125f9;p=gst-plugins-bad1.0.git [PATCH] meson: Drop max version bound from neon Neon 0.34.0 broke the build again, but the API+ABI has been stable since 0.27 and the library is so-versioned. Part-of: Gbp-Pq: Name 0001_drop-max-version-bound-neon.patch --- diff --git a/ext/neon/meson.build b/ext/neon/meson.build index 7aa5ed7..7c2696c 100644 --- a/ext/neon/meson.build +++ b/ext/neon/meson.build @@ -1,5 +1,4 @@ -neon_dep = dependency('neon', version: ['>= 0.27', '<= 0.33.99'], - required : get_option('neon')) +neon_dep = dependency('neon', version: '>= 0.27', required: get_option('neon')) if neon_dep.found() gstneon = library('gstneonhttpsrc',