Preload libGLX_mesa.so.0 in web_engine_initialize.py
authorDmitry Shachnev <mitya57@debian.org>
Mon, 29 Jun 2020 12:08:42 +0000 (15:08 +0300)
committerDmitry Shachnev <mitya57@debian.org>
Mon, 29 Jun 2020 12:26:26 +0000 (13:26 +0100)
commitd1f5107fd2d4dc11d164d65c8c59df1ba173a784
tree9f2f9fe703317ef2f3414b48dc033f0f64c6dc0e
parentc9a46b2c0dd5f3ff08c09814eb947cb3b7e96ef2
Preload libGLX_mesa.so.0 in web_engine_initialize.py

We need to load this library before loading QtWebEngine, because
otherwise loading it will fail on arm64 with the following error:

/usr/lib/aarch64-linux-gnu/libglapi.so.0: cannot allocate memory in static TLS block

Gbp-Pq: Name preload-libglx-mesa.patch
sources/pyside2/tests/QtWebEngine/web_engine_initialize.py