skia_canvas
skia_canvas copied to clipboard
libnative_canvas.so fails to load on CentOS.

I also tried other skia native libraries: Skija: reports the same exception Skia4delphi: reports the same exception skiaharp: It can be loaded, but it doesn't work for me because the skia version is too low.(https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux.NoDependencies)
Can you also provide a dependency-free version of libnative_canvas.so? Thanks.
Does the NoDependencies option in SkiaSharp only disable fontconfig? That can be easily disabled with a GN arg. Apart from that do you want ICU to be disabled as well? I can try providing a separate build with these requirements.
Thanks for your quick reply. I think since NoDependencies means that all third-party libraries should be disabled.
I'll take a look at this issue over the weekend.