From d832ec8ab2021842534fea111518e1f6af626f68 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 13 Nov 2023 18:48:33 +0100 Subject: Better dependancies for fontconfig lib (should help #1063) --- src/wrapped/wrappedfontconfig.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/wrapped/wrappedfontconfig.c b/src/wrapped/wrappedfontconfig.c index ef6a19d2..9a5b2e71 100644 --- a/src/wrapped/wrappedfontconfig.c +++ b/src/wrapped/wrappedfontconfig.c @@ -50,7 +50,10 @@ EXPORT void* my_FcObjectSetBuild(x64emu_t* emu, void* first, uint64_t* b) } #define CUSTOM_INIT \ - getMy(lib); + getMy(lib); \ + setNeededLibs(lib, 2, \ + "libexpat.so.1", \ + "libfreetype.so.6"); #define CUSTOM_FINI \ freeMy(); -- cgit 1.4.1