diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-10-18 22:38:20 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-10-26 10:28:37 +0200 |
commit | 558d935806365784794edc2c8473dffcc1db6b86 (patch) | |
tree | b24d5b6ef2834c6544eb6310aa6675f3867064ca /meta-gnome/recipes-gnome/bonobo/libbonobo.inc | |
parent | 3fd61331a4c22377dd5a46ff37a9ef20fc381aa5 (diff) | |
download | meta-openembedded-558d935806365784794edc2c8473dffcc1db6b86.tar.gz |
libbonobo: Fix missing dep on orbit2-native and build with clang
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/bonobo/libbonobo.inc')
-rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonobo.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc index e0f616869..60a85974e 100644 --- a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc +++ b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc | |||
@@ -3,7 +3,7 @@ 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 dbus dbus-glib" | 6 | DEPENDS = "glib-2.0 orbit2-native orbit2 intltool-native libxml2 dbus dbus-glib" |
7 | 7 | ||
8 | inherit gnomebase gtk-doc lib_package | 8 | inherit gnomebase gtk-doc lib_package |
9 | 9 | ||