summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-30 21:24:51 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-30 21:24:51 +0000
commitbf0ddf48810bcf05a25ce51d6c070b8f1132df0c (patch)
tree728d010a718974f056f6b6cdc7adc41d4bc7e70a /meta
parent5d500e61149d7779c213257058222df826503baa (diff)
downloadpoky-bf0ddf48810bcf05a25ce51d6c070b8f1132df0c.tar.gz
telepathy-glib: Add dbus-glib to DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3290 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/telepathy/telepathy-glib_0.7.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/telepathy/telepathy-glib_0.7.0.bb b/meta/packages/telepathy/telepathy-glib_0.7.0.bb
index a3817eb8fd..409a9e2770 100644
--- a/meta/packages/telepathy/telepathy-glib_0.7.0.bb
+++ b/meta/packages/telepathy/telepathy-glib_0.7.0.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers" 1DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers"
2HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" 2HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
3DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native" 3DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib"
4LICENSE = "LGPL" 4LICENSE = "LGPL"
5PR = "r1" 5PR = "r1"
6 6