diff options
author | Ross Burton <ross@openedhand.com> | 2007-04-27 18:49:24 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-04-27 18:49:24 +0000 |
commit | 1e4eb574db99f4c9d6dad46f4f70697ec542997f (patch) | |
tree | f646fd6b832a5d2fb36e1c528954ff7e1a7b7e66 /meta/packages/telepathy | |
parent | a654b785761d6bd46a8e2dae1780815d806f4563 (diff) | |
download | poky-1e4eb574db99f4c9d6dad46f4f70697ec542997f.tar.gz |
Depend on mission-control, recommend gabble
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1578 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/telepathy')
-rw-r--r-- | meta/packages/telepathy/empathy_0.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/telepathy/empathy_0.1.bb b/meta/packages/telepathy/empathy_0.1.bb index 2a6b94a758..410acd01e3 100644 --- a/meta/packages/telepathy/empathy_0.1.bb +++ b/meta/packages/telepathy/empathy_0.1.bb | |||
@@ -2,6 +2,10 @@ DESCRIPTION = "Empathy: a Telepathy based IM client" | |||
2 | HOMEPAGE = "http://blogs.gnome.org/view/xclaesse/2007/04/26/0" | 2 | HOMEPAGE = "http://blogs.gnome.org/view/xclaesse/2007/04/26/0" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "telepathy-mission-control libtelepathy gtk+ gconf libglade" | 4 | DEPENDS = "telepathy-mission-control libtelepathy gtk+ gconf libglade" |
5 | RDEPENDS = "telepathy-mission-control" | ||
6 | RRECOMMENDS = "telepathy-gabble" | ||
7 | |||
8 | PR="r1" | ||
5 | 9 | ||
6 | SRC_URI = "http://projects.collabora.co.uk/~xclaesse/empathy-0.1.tar.gz \ | 10 | SRC_URI = "http://projects.collabora.co.uk/~xclaesse/empathy-0.1.tar.gz \ |
7 | file://no-gnome.diff;patch=1" | 11 | file://no-gnome.diff;patch=1" |