summaryrefslogtreecommitdiffstats
path: root/package/pango
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-03-24 16:58:49 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-03-24 16:58:49 +0000
commita91177bf43295df5229c091f937c1d6798ab6a86 (patch)
treeeb62fe60ed73da127074143941386a2618145561 /package/pango
parent91149af9f31a4ae41045516bee745d217677e03f (diff)
downloadbuildroot-novena-a91177bf43295df5229c091f937c1d6798ab6a86.tar.gz
buildroot-novena-a91177bf43295df5229c091f937c1d6798ab6a86.zip
pango: host build needs automake/autoconf
Diffstat (limited to 'package/pango')
-rw-r--r--package/pango/pango.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pango/pango.mk b/package/pango/pango.mk
index 1bcc7c624..c1aac86bd 100644
--- a/package/pango/pango.mk
+++ b/package/pango/pango.mk
@@ -76,7 +76,7 @@ $(STAMP_DIR)/host_pango_unpacked: $(DL_DIR)/$(PANGO_SOURCE)
toolchain/patch-kernel.sh $(PANGO_HOST_DIR) package/pango/ \*.patch
touch $@
-$(STAMP_DIR)/host_pango_configured: $(STAMP_DIR)/host_pango_unpacked $(STAMP_DIR)/host_cairo_installed $(STAMP_DIR)/host_libglib2_installed
+$(STAMP_DIR)/host_pango_configured: $(STAMP_DIR)/host_pango_unpacked $(STAMP_DIR)/host_cairo_installed $(STAMP_DIR)/host_libglib2_installed $(STAMP_DIR)/host_autoconf_installed $(STAMP_DIR)/host_automake_installed
(cd $(PANGO_HOST_DIR); rm -rf config.cache; \
$(HOST_CONFIGURE_OPTS) \
CFLAGS="$(HOST_CFLAGS)" \