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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8008>
This commit is contained in:
Jan Alexander Steffens (heftig) 2024-11-29 14:41:12 +01:00 committed by GStreamer Marge Bot
parent bfda0f4858
commit 6b0efe5453

View file

@ -1,5 +1,4 @@
neon_dep = dependency('neon', version: ['>= 0.27', '<= 0.33.99'], neon_dep = dependency('neon', version: '>= 0.27', required: get_option('neon'))
required : get_option('neon'))
if neon_dep.found() if neon_dep.found()
gstneon = library('gstneonhttpsrc', gstneon = library('gstneonhttpsrc',