mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
meson: build with neon 0.31
No API/ABI changes https://github.com/notroj/neon/blob/0.31.0/NEWS#L3
This commit is contained in:
parent
387b6df948
commit
f10b424418
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
neon_dep = dependency('neon', version: ['>= 0.27', '<= 0.30.99'],
|
neon_dep = dependency('neon', version: ['>= 0.27', '<= 0.31.99'],
|
||||||
required : get_option('neon'))
|
required : get_option('neon'))
|
||||||
|
|
||||||
if neon_dep.found()
|
if neon_dep.found()
|
||||||
|
|
Loading…
Reference in a new issue