fontconfig: add gettext to dependencies

https://github.com/mxe/mxe/issues/2162
This commit is contained in:
Mark Brand 2018-06-29 01:25:04 +02:00
parent a37bce64db
commit 578c3e05dd
1 changed files with 1 additions and 1 deletions

View File

@ -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/' | \