Skip to content

build: Ensure that the Git submodules are kept updated

Debarshi Ray requested to merge wip/rishi/meson-submodule-update into master

Unlike the former Autotools build, currently one has to manually keep the submodule in sync with what's specified in Git. This is an attempt to do that as part of the build to avoid building against the wrong submodule hash.

Merge request reports