mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6049>
This commit is contained in:
parent
9eb83a666e
commit
1398eb55b3
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue