Loading
flatpak: fix cross compilation, add cross check to passthru.tests
The 1.14.8 -> 1.14.10 update broke cross compilation, because the upstream build script now invokes runtime dependencies for feature detection. <https://github.com/flatpak/flatpak/blob/5a2503f1e8ef94364e3060ec440546cc47af7fa5/configure.ac#L178> It seems the package will be more robust against changes if we simply emulate these checks rather than attempt to patch them out individually.