diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-08-28 17:16:13 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-08-28 17:16:13 +0000 |
commit | 4ee437f213a074c4799a38e31e3ae50fa59e4774 (patch) | |
tree | 506fc17f9f1d3ddb7c72b75e01b732421ef10c44 | |
parent | c71cd805121035e72117d54558a3777782fe9395 (diff) | |
parent | e862cffe7647e7b07450d5cf7c4211ebe534661e (diff) |
merge of 150137981ec8999288a116bd9ac2d1c2beac1849
and effb96b2e657883e1a9518af7b7d7b0eaeea00ea
-rw-r--r-- | packages/dbus/dbus-glib_0.71.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dbus/dbus-glib_0.71.bb b/packages/dbus/dbus-glib_0.71.bb index 80a9ae44d6..26bc851098 100644 --- a/packages/dbus/dbus-glib_0.71.bb +++ b/packages/dbus/dbus-glib_0.71.bb @@ -3,7 +3,7 @@ PR = "r0" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "message bus system for applications to talk to one another" LICENSE = "GPL" -DEPENDS = "expat glib-2.0 virtual/libintl dbus" +DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus" SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-glib-${PV}.tar.gz \ file://cross.patch;patch=1 \ |