diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-09 10:24:07 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-09 10:24:07 +0000 |
commit | 5483c847fd8be8ab5296c2b2c26c51e113aa4802 (patch) | |
tree | 978fba53bf8818cc4c8abefc862e1a84089776c2 /packages/dbus/dbus_0.22.bb | |
parent | 92467b946863e57f5d59f72053f59af12c33a8c6 (diff) |
dbus: add dbus-glib to PROVIDES
Diffstat (limited to 'packages/dbus/dbus_0.22.bb')
-rw-r--r-- | packages/dbus/dbus_0.22.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/dbus/dbus_0.22.bb b/packages/dbus/dbus_0.22.bb index 424c27908b..8eacbeca27 100644 --- a/packages/dbus/dbus_0.22.bb +++ b/packages/dbus/dbus_0.22.bb @@ -4,6 +4,7 @@ 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" +PROVIDES = "dbus-glib" SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \ file://cross.patch;patch=1 \ |