From: Heiko Becker Date: Sun, 26 Sep 2021 19:34:30 +0000 (+0200) Subject: neon: Allow building against neon 0.32.x X-Git-Tag: 1.19.3~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b83e85ab677c79b46f520abebd1ee031e3a139c0;p=platform%2Fupstream%2Fgstreamer.git 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: --- diff --git a/subprojects/gst-plugins-bad/ext/neon/meson.build b/subprojects/gst-plugins-bad/ext/neon/meson.build index bf49be9..abd9763 100644 --- a/subprojects/gst-plugins-bad/ext/neon/meson.build +++ b/subprojects/gst-plugins-bad/ext/neon/meson.build @@ -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()