meson: actually check glib dependency version
authorAntonio Ospite <antonio.ospite@collabora.com>
Sun, 18 Oct 2020 18:11:33 +0000 (20:11 +0200)
committerAntonio Ospite <antonio.ospite@collabora.com>
Sun, 18 Oct 2020 18:11:33 +0000 (20:11 +0200)
commit03a109f5fe5e88717340d0f197eb6e8de1a1dcd0
tree86d96acc775bb83bd3f14a21a0af831299171da6
parent4f0bb60c912a519cfd8e4d268c7c074c7a6f9070
meson: actually check glib dependency version

Actually check the version constraint when looking for the glib
dependency.

The version check will make meson use the fallback dependency when the
one from the system is not recent enough, and eventually make the build
succeed even on some older systems like Ubuntu 16.04.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/212>
meson.build