summaryrefslogtreecommitdiffstats
path: root/package/dbus-glib
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-04-23 11:44:58 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-04-23 11:44:58 +0000
commit6930ce94153471c18f1ccc659d9a4588390e7940 (patch)
tree3221dd2b5a727950c4af1a6e1c0437f4f7421305 /package/dbus-glib
parent7f6e9b2e10c6dd0557d8b72a7e150c3b78c418a4 (diff)
downloadbuildroot-novena-6930ce94153471c18f1ccc659d9a4588390e7940.tar.gz
buildroot-novena-6930ce94153471c18f1ccc659d9a4588390e7940.zip
dbus-glib: host compilation needs libglib2 and expat
Diffstat (limited to 'package/dbus-glib')
-rw-r--r--package/dbus-glib/dbus-glib.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dbus-glib/dbus-glib.mk b/package/dbus-glib/dbus-glib.mk
index a27ab8146..2bafca629 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)" \