mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-06 22:01:27 +00:00
Allow steam to load private libpangocairo
The latest steam beta now includes `libpangocairo-1.0.so.0` as a private library. Currently an issue arises where it loads this file from the distribution, but is incompatible with the privately loaded libpango due to the lack of `pango_renderer_get_alpha` symbol.
This commit is contained in:
@@ -87,6 +87,7 @@ static const char *steam_allowed[] = {
|
||||
"panorama",
|
||||
"libpangoft2-1.0.so",
|
||||
"libpango-1.0.so",
|
||||
"libpangocairo-1.0.so",
|
||||
|
||||
/* steamwebhelper */
|
||||
"libcef.so",
|
||||
|
||||
Reference in New Issue
Block a user