Skip to content

meson: actually check glib dependency version

Antonio Ospite requested to merge (removed):bump-glib-version-requirement into master

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.

Edited by Antonio Ospite

Merge request reports