mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
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:
parent
bfda0f4858
commit
6b0efe5453
1 changed files with 1 additions and 2 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue