On 7/24/24 10:56, John Levon wrote: > The current "building from git" test uses "test -d .git"; however, that > doesn't work when libvirt is used as a submodule, as in that case .git > is a normal file. Use "test -e .git" instead. > > Signed-off-by: John Levon <john.levon@xxxxxxxxxxx> > --- > meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal