diff options
| author | Michael Forney <mforney@mforney.org> | 2019-07-11 01:35:00 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-07-11 01:35:00 -0700 |
| commit | a702cf6f29281c11359efb81aa1d0be4cbd7b91a (patch) | |
| tree | 7c9aad204f0e61d67ebda8b8f0781ee80f8eae5b /pkg/fontconfig/config.h | |
| parent | 40fd466741060683ae11e8cd30c7ccc241227434 (diff) | |
fontconfig: Define FC_NO_MT
We only use fontconfig in st, dmenu, and velox, which are not
multi-threaded programs.
Diffstat (limited to 'pkg/fontconfig/config.h')
| -rw-r--r-- | pkg/fontconfig/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
