diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-02 11:13:28 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-02 11:13:28 +0000 |
commit | c96d4005cbbff5b3b2e8e2bc320b0ac4cc9e8c33 (patch) | |
tree | 10e99bb061316f8149086fc0496f228a7d30af06 /meta | |
parent | a17f926458a07427d779f2dc5b43be8cc74bb4a4 (diff) | |
download | poky-c96d4005cbbff5b3b2e8e2bc320b0ac4cc9e8c33.tar.gz |
Fix no-gnome patch for empathy
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2324 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/telepathy/empathy-0.9/no-gnome.diff | 10 | ||||
-rw-r--r-- | meta/packages/telepathy/empathy_0.9.bb | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/meta/packages/telepathy/empathy-0.9/no-gnome.diff b/meta/packages/telepathy/empathy-0.9/no-gnome.diff index cb9208c1df..4aaadacd9b 100644 --- a/meta/packages/telepathy/empathy-0.9/no-gnome.diff +++ b/meta/packages/telepathy/empathy-0.9/no-gnome.diff | |||
@@ -45,3 +45,13 @@ Index: src/empathy.c | |||
45 | 45 | ||
46 | return EXIT_SUCCESS; | 46 | return EXIT_SUCCESS; |
47 | } | 47 | } |
48 | --- configure.ac.old 2007-08-02 12:31:28.000000000 +0100 | ||
49 | +++ configure.ac 2007-08-02 12:31:36.000000000 +0100 | ||
50 | @@ -73,7 +73,6 @@ | ||
51 | libmissioncontrol >= $MISSION_CONTROL_REQUIRED | ||
52 | gtk+-2.0 >= $GTK_REQUIRED | ||
53 | libglade-2.0 >= $LIBGLADE_REQUIRED | ||
54 | - libgnomeui-2.0 | ||
55 | ]) | ||
56 | |||
57 | dnl ----------------------------------------------------------- | ||
diff --git a/meta/packages/telepathy/empathy_0.9.bb b/meta/packages/telepathy/empathy_0.9.bb index f9f1ecabb6..b9cfa1f7c7 100644 --- a/meta/packages/telepathy/empathy_0.9.bb +++ b/meta/packages/telepathy/empathy_0.9.bb | |||
@@ -5,7 +5,7 @@ DEPENDS = "telepathy-mission-control libtelepathy gtk+ gconf libglade gnome-vfs" | |||
5 | RDEPENDS = "telepathy-mission-control" | 5 | RDEPENDS = "telepathy-mission-control" |
6 | RRECOMMENDS = "telepathy-gabble" | 6 | RRECOMMENDS = "telepathy-gabble" |
7 | 7 | ||
8 | PR="r1" | 8 | PR="r2" |
9 | 9 | ||
10 | inherit gnome gtk-icon-cache | 10 | inherit gnome gtk-icon-cache |
11 | 11 | ||