From d7006fdb74fdfbe383629add3c63320eacbe0113 Mon Sep 17 00:00:00 2001 From: Peter O'Connor Date: Thu, 16 May 2019 15:46:29 +1000 Subject: [PATCH] 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. --- src/intercept/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intercept/main.c b/src/intercept/main.c index 4d71c85..38407b2 100644 --- a/src/intercept/main.c +++ b/src/intercept/main.c @@ -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",