From: Peter Korsgaard Date: Thu, 23 Apr 2009 11:44:58 +0000 (-0000) Subject: dbus-glib: host compilation needs libglib2 and expat X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6930ce94153471c18f1ccc659d9a4588390e7940;p=buildroot.git dbus-glib: host compilation needs libglib2 and expat --- diff --git a/package/dbus-glib/dbus-glib.mk b/package/dbus-glib/dbus-glib.mk index a27ab8146c..2bafca6296 100644 --- a/package/dbus-glib/dbus-glib.mk +++ b/package/dbus-glib/dbus-glib.mk @@ -40,7 +40,7 @@ $(STAMP_DIR)/host_dbusglib_unpacked: $(DL_DIR)/$(DBUS_GLIB_SOURCE) $(TAR) $(TAR_STRIP_COMPONENTS)=1 -C $(DBUS_GLIB_HOST_DIR) $(TAR_OPTIONS) - touch $@ -$(STAMP_DIR)/host_dbusglib_configured: $(STAMP_DIR)/host_dbusglib_unpacked $(STAMP_DIR)/host_dbus_installed +$(STAMP_DIR)/host_dbusglib_configured: $(STAMP_DIR)/host_dbusglib_unpacked $(STAMP_DIR)/host_dbus_installed $(STAMP_DIR)/host_expat_installed $(STAMP_DIR)/host_libglib2_installed (cd $(DBUS_GLIB_HOST_DIR); rm -rf config.cache; \ $(HOST_CONFIGURE_OPTS) \ CFLAGS="$(HOST_CFLAGS)" \