mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
neon: Allow building against neon 0.32.x
No API/ABI changes: https://github.com/notroj/neon/blob/0.32.0/NEWS#L3 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1267>
This commit is contained in:
parent
f034ec3e14
commit
b83e85ab67
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
neon_dep = dependency('neon', version: ['>= 0.27', '<= 0.31.99'],
|
||||
neon_dep = dependency('neon', version: ['>= 0.27', '<= 0.32.99'],
|
||||
required : get_option('neon'))
|
||||
|
||||
if neon_dep.found()
|
||||
|
|
Loading…
Reference in a new issue