summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2018-06-28 23:25:04 (GMT)
committerMark Brand <mabrand@mabrand.nl>2018-06-28 23:25:53 (GMT)
commit578c3e05dd74906127cdcda91a3ab26eaa85b34a (patch)
tree2735ac47080871a93ef192637a549a139f028365
parenta37bce64dbca8b73b381860a595495c5335a359a (diff)
downloadmxe-578c3e05dd74906127cdcda91a3ab26eaa85b34a.zip
mxe-578c3e05dd74906127cdcda91a3ab26eaa85b34a.tar.gz
mxe-578c3e05dd74906127cdcda91a3ab26eaa85b34a.tar.bz2
fontconfig: add gettext to dependencies
https://github.com/mxe/mxe/issues/2162
-rw-r--r--src/fontconfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontconfig.mk b/src/fontconfig.mk
index c640aa3..6ab6e64 100644
--- a/src/fontconfig.mk
+++ b/src/fontconfig.mk
@@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 91dde8492155b7f34bb95079e79be92f1df353fcc682c19be90762fd3e12e
$(PKG)_SUBDIR := fontconfig-$($(PKG)_VERSION)
$(PKG)_FILE := fontconfig-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := https://fontconfig.org/release/$($(PKG)_FILE)
-$(PKG)_DEPS := cc expat freetype-bootstrap
+$(PKG)_DEPS := cc expat freetype-bootstrap gettext
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://fontconfig.org/release/' | \