diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-30 00:46:42 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 10:44:18 +0200 |
commit | 9b10e7081c2f86ebb64deafc56ea51af92dfd1d0 (patch) | |
tree | e5d25f0c8505ef4e1435e374a25e6938e50c754c /meta-gnome/recipes-gnome/bonobo | |
parent | ee2a97c31a794cf20ce708ed3c23eb441b935c8a (diff) | |
download | meta-openembedded-9b10e7081c2f86ebb64deafc56ea51af92dfd1d0.tar.gz |
libbonobo: inherit only gnomebase
* add dependency on dbus, dbus-glib
| configure:14835: error: Package requirements ( gmodule-2.0 >=
2.0.1 ORBit-2.0 >= 2.4.0 ORBit-CosNaming-2.0 >= 2.4.0 dbus-1
>= 1.0.0 dbus-glib-1 >= 0.74 libxml-2.0 >= 2.4.20) were not met:
|
| No package 'dbus-1' found
| No package 'dbus-glib-1' found
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/bonobo')
-rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonobo.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc index 9f0857701..43e034b6c 100644 --- a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc +++ b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc | |||
@@ -3,9 +3,9 @@ LICENSE = "GPLv2 & LGPLv2.1" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
4 | file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" | 4 | file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" |
5 | SECTION = "x11/gnome/libs" | 5 | SECTION = "x11/gnome/libs" |
6 | DEPENDS = "glib-2.0 orbit2 intltool-native libxml2" | 6 | DEPENDS = "glib-2.0 orbit2 intltool-native libxml2 dbus dbus-glib" |
7 | 7 | ||
8 | inherit gnome | 8 | inherit gnomebase |
9 | 9 | ||
10 | SRC_URI += "file://gtk-doc.m4 \ | 10 | SRC_URI += "file://gtk-doc.m4 \ |
11 | file://gtk-doc.make \ | 11 | file://gtk-doc.make \ |