From a702cf6f29281c11359efb81aa1d0be4cbd7b91a Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 11 Jul 2019 01:35:00 -0700 Subject: fontconfig: Define FC_NO_MT We only use fontconfig in st, dmenu, and velox, which are not multi-threaded programs. --- pkg/fontconfig/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg') diff --git a/pkg/fontconfig/config.h b/pkg/fontconfig/config.h index 9ec08c43..992915a4 100644 --- a/pkg/fontconfig/config.h +++ b/pkg/fontconfig/config.h @@ -1,4 +1,5 @@ #define FC_CACHEDIR "/var/cache/fontconfig" +#define FC_NO_MT /* we don't use fontconfig in multi-threaded programs */ #define FC_TEMPLATEDIR "/share/fontconfig/conf.avail" #define FONTCONFIG_PATH "/etc/fonts" -- cgit v1.2.3