logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: a702cf6f29281c11359efb81aa1d0be4cbd7b91a
parent 40fd466741060683ae11e8cd30c7ccc241227434
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 11 Jul 2019 01:35:00 -0700

fontconfig: Define FC_NO_MT

We only use fontconfig in st, dmenu, and velox, which are not
multi-threaded programs.

Diffstat:

Mpkg/fontconfig/config.h1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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"