summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-11-12 22:08:20 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-11-12 22:13:06 (GMT)
commit0d851910d9272cf62660c9a3ea87077f27516575 (patch)
treed14d1604bf14db66514fe26fada8e1d64afc1291
parent14d9b771c3cfa71a7457b0170070e77dd781106f (diff)
downloadmxe-0d851910d9272cf62660c9a3ea87077f27516575.zip
mxe-0d851910d9272cf62660c9a3ea87077f27516575.tar.gz
mxe-0d851910d9272cf62660c9a3ea87077f27516575.tar.bz2
package pango: add harfbuzz dependency
-rw-r--r--src/pango.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pango.mk b/src/pango.mk
index c8d0d8d..768f1fe 100644
--- a/src/pango.mk
+++ b/src/pango.mk
@@ -7,7 +7,7 @@ $(PKG)_CHECKSUM := a29a17eae7117a1330aaa7b01795322a6ef966b6
$(PKG)_SUBDIR := pango-$($(PKG)_VERSION)
$(PKG)_FILE := pango-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/pango/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc fontconfig freetype cairo glib
+$(PKG)_DEPS := gcc fontconfig freetype cairo glib harfbuzz
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://git.gnome.org/browse/pango/refs/tags' | \