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)
committerKurt Kremitzki <kkremitzki@debian.org>
Sun, 5 Jul 2020 10:13:51 +0000 (11:13 +0100)
commit0479432d294dd91bcc2657c8d1a3359ba726fa8e
tree2fb9c9c03f9e58a163576df868382312cb966456
parent954051dffbb4dd0e9ac46f3908c7d2dcdb531d61
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