diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-10-13 08:43:55 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-15 13:31:08 +0200 |
commit | 28c546066e880524d9bb06def09078aa0c66c69f (patch) | |
tree | ba6dada855a8ef5cc147f840d5e3359e27439ed7 /meta-gnome/recipes-gnome/libgnome | |
parent | 78c57bd3c096940fb9a98a8837da790974273e8c (diff) | |
download | meta-openembedded-28c546066e880524d9bb06def09078aa0c66c69f.tar.gz |
libgnomeui: Depend on libgnome-keyring not gnome-keyring
libgnomeui needs gnome-keyring-1 which comes from libgnome-keyring
Fixes errors like below
| configure: error: Package requirements ( libxml-2.0 >= 2.4.20
libgnome-2.0 >= 2.13.7 libgnomecanvas-2.0 >= 2.0.0 libbonoboui-2.0
>= 2.13.1 gconf-2.0 >= 1.1.11 pango >= 1.1.2 glib-2.0 >= 2.16.0
| gio-2.0 >= 2.16.0
| gnome-vfs-2.0 >= 2.7.3 gnome-keyring-1 >= 0.4) were not met:
|
| No package 'gnome-keyring-1' found
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libgnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnomeui.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomeui.inc b/meta-gnome/recipes-gnome/libgnome/libgnomeui.inc index 8f5590944..b000d7249 100644 --- a/meta-gnome/recipes-gnome/libgnome/libgnomeui.inc +++ b/meta-gnome/recipes-gnome/libgnome/libgnomeui.inc | |||
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" | 3 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" |
4 | 4 | ||
5 | SECTION = "x11/gnome/libs" | 5 | SECTION = "x11/gnome/libs" |
6 | DEPENDS = "libgnome libgnomecanvas libbonoboui gnome-keyring" | 6 | DEPENDS = "libgnome libgnomecanvas libbonoboui libgnome-keyring" |
7 | 7 | ||
8 | inherit gnome | 8 | inherit gnome |
9 | 9 | ||