From b51bdf3d5ee213cbbaa689bc7cf848f006041df7 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 7 Mar 2024 14:41:59 +0100 Subject: [NOGTK] libpangoft2 is also part of the gtk family --- src/wrapped/wrappedpangoft2.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/wrapped/wrappedpangoft2.c b/src/wrapped/wrappedpangoft2.c index fff605ea..4734196c 100644 --- a/src/wrapped/wrappedpangoft2.c +++ b/src/wrapped/wrappedpangoft2.c @@ -14,6 +14,10 @@ const char* pangoft2Name = "libpangoft2-1.0.so.0"; #define LIBNAME pangoft2 +#define PRE_INIT \ + if(box64_nogtk) \ + return -1; + #define NEEDED_LIBS "libfontconfig.so.1", "libfreetype.so.6" #include "wrappedlib_init.h" -- cgit 1.4.1