Comment 4 for bug 1916230

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Instead of all the
  meson.build:1058:have_virtfs = (targetos == 'linux' and
and similar, the old code did configure -> meson
  -Dvirtiofsd=$virtiofsd
And now lower level split yet.

The old one was:
tools/meson.build:1:have_virtiofsd = (targetos == 'linux' and

So let us try to use this one here.