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:
worldofpeace 2020-04-03 18:50:16 -04:00
parent 387b6df948
commit f10b424418

View file

@ -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()