summaryrefslogtreecommitdiffstats
path: root/thirdparty/harfbuzz/src/hb-config.hh
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/harfbuzz/src/hb-config.hh')
-rw-r--r--thirdparty/harfbuzz/src/hb-config.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/thirdparty/harfbuzz/src/hb-config.hh b/thirdparty/harfbuzz/src/hb-config.hh
index 816c55c7d3..79fee17517 100644
--- a/thirdparty/harfbuzz/src/hb-config.hh
+++ b/thirdparty/harfbuzz/src/hb-config.hh
@@ -118,6 +118,10 @@
#define HB_NO_VAR_COMPOSITES
#endif
+#ifdef HB_NO_VAR
+#define HB_NO_VAR_COMPOSITES
+#endif
+
#ifdef HB_DISABLE_DEPRECATED
#define HB_IF_NOT_DEPRECATED(x)
#else