summaryrefslogtreecommitdiffstats
path: root/make/include/main.defs
diff options
context:
space:
mode:
Diffstat (limited to 'make/include/main.defs')
-rw-r--r--make/include/main.defs5
1 files changed, 4 insertions, 1 deletions
diff --git a/make/include/main.defs b/make/include/main.defs
index 9335bb19f..a2ca1ded8 100644
--- a/make/include/main.defs
+++ b/make/include/main.defs
@@ -41,8 +41,11 @@ ifneq ($(HAS.bz2),1)
endif
endif
-ifneq (,$(filter $(BUILD.system),darwin cygwin mingw))
+ifneq (,$(filter $(BUILD.system),cygwin mingw))
MODULES += contrib/fontconfig
+endif
+
+ifneq (,$(filter $(BUILD.system),darwin cygwin mingw))
MODULES += contrib/freetype
MODULES += contrib/fribidi
MODULES += contrib/harfbuzz