GNOME Bugzilla – Bug 780654
meson: Fix version check range when we bump required version
Last modified: 2017-05-09 17:20:07 UTC
Created attachment 348894 [details] [review] Use version range for WebRTC DSP plugin For webrtcdsp and opencv plugin, we are checking for a version range. This is very hacky at the moment. In recent meson version, support for that was added. I'm attaching the change for WebRTC DSP
Created attachment 351471 [details] [review] Bump and update for meson 0.40.1 This patch bumps the required meson to 0.40.1 as gstreamer core just did, and cleanup some code to use a feature from 0.37 that allow specifying version range when checking dependency.
Attachment 351471 [details] pushed as 60fa3ca - Bump and update for meson 0.40.1