pango: host build needs automake/autoconf
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 24 Mar 2009 16:58:49 +0000 (16:58 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 24 Mar 2009 16:58:49 +0000 (16:58 -0000)
package/pango/pango.mk

index 1bcc7c624a9e6b55063b2b64e43ffa88d66b584a..c1aac86bde26be82695c95ac7bfdcd5211ddae10 100644 (file)
@@ -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)" \