This simplifies building as there's no need to manually git clone subprojects anymore. Building is now as simple as: meson build ninja -C build In order to update the subprojects, meson provides: meson subprojects update