summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-07-11 01:35:00 -0700
committerMichael Forney <mforney@mforney.org>2019-07-11 01:35:00 -0700
commita702cf6f29281c11359efb81aa1d0be4cbd7b91a (patch)
tree7c9aad204f0e61d67ebda8b8f0781ee80f8eae5b /pkg
parent40fd466741060683ae11e8cd30c7ccc241227434 (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')
-rw-r--r--pkg/fontconfig/config.h1
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"