diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-11-04 16:04:59 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-11-04 16:04:59 +0100 |
| commit | f651b7bfb033ac0b3dd8313a7d1781d84e8ecbdd (patch) | |
| tree | 9bf81a71009c61e1818bd2fc44684a6aef9aa465 /src/library_list.h | |
| parent | 6c53e12b4999860df55d500288a44f2cea0c3942 (diff) | |
| download | box64-f651b7bfb033ac0b3dd8313a7d1781d84e8ecbdd.tar.gz box64-f651b7bfb033ac0b3dd8313a7d1781d84e8ecbdd.zip | |
[WRAPPER] forgot to handle libfontconfig also
Diffstat (limited to 'src/library_list.h')
| -rw-r--r-- | src/library_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h index 22fb947f..30f8efff 100644 --- a/src/library_list.h +++ b/src/library_list.h @@ -162,6 +162,7 @@ GO("libpango-1.0.so", pango) //GO("libnm-util.so.2", libnm) GO("libibus-1.0.so.5", libibus) GO("libfontconfig.so.1", fontconfig) +GO("libfontconfig.so", fontconfig) GO("libharfbuzz.so.0", libharfbuzz) GO("libbz2.so.1", bz2) GO("liblzma.so.5", lzma) |