On Mon, Mar 20, 2023 at 01:29:51PM +0100, Gianfranco Costamagna wrote: > Hello, for some reasons, now webkit2gtk is not linking anymore > libGLESv2.so.2 causing surf to fail autopkgtests on arm64 and armhf
Hmmm... the reason is that this is now handled via libepoxy, which opens libGLESv2.so.2 on runtime using dlopen(). I think that I'll add the dependencies manually for now, but I wonder if libepoxy should depend on those libraries instead? Berto