diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-31 14:17:48 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-31 14:17:48 +0000 |
commit | a1d8f09532c0137751af93905c2bd485854094b1 (patch) | |
tree | cefd99a9d5f49861ad8add9e7cd3d135a256fe75 /packages/sugar | |
parent | c8ccedddd5167c2e9c752b5cb8c87df16e80a7de (diff) |
suagar base: more rdepends
Diffstat (limited to 'packages/sugar')
-rw-r--r-- | packages/sugar/sugar-base_0.82.0.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/sugar/sugar-base_0.82.0.bb b/packages/sugar/sugar-base_0.82.0.bb index e4875ead59..feda190723 100644 --- a/packages/sugar/sugar-base_0.82.0.bb +++ b/packages/sugar/sugar-base_0.82.0.bb @@ -1,11 +1,12 @@ DESCRIPTION = "Sugar base system" LICENSE = "LGPLv2" -PR = "r6" +PR = "r7" DEPENDS = "python-pygtk sugar-toolkit" RDEPENDS = "librsvg-gtk \ - hippo-canvas \ + ohm-plugin-x11 ohm \ + hippo-canvas \ python-datetime \ python-netclient \ python-pygtk \ @@ -13,7 +14,7 @@ RDEPENDS = "librsvg-gtk \ python-logging \ python-dbus \ python-subprocess \ - telepathy-python \ + telepathy-gabble telepathy-salut telepathy-python \ python-crypt \ python-numpy \ python-compression \ |