diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-31 12:14:35 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-12 11:07:44 +0200 |
commit | 24556644a3e1f23f2565d608cd5aced1648b9efe (patch) | |
tree | dd8793230ec141f5a1e0f52493da245bd975b1a1 | |
parent | d3e1334ce915cfa8516c26e78c6925c9a5b4f45b (diff) | |
download | meta-openembedded-24556644a3e1f23f2565d608cd5aced1648b9efe.tar.gz |
contacts: inherit gconf
* it's checking for native gconftool-2 and do_configure may fail with:
| checking for GCONF... yes
| checking for gconftool-2... no
| configure: error: gconftool-2 executable not found in your path - should be installed with GConf
| NOTE: The following config.log files may provide further information.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/pimlico/contacts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/pimlico/contacts.inc b/meta-gnome/recipes-gnome/pimlico/contacts.inc index 6535bbf54..fedd22332 100644 --- a/meta-gnome/recipes-gnome/pimlico/contacts.inc +++ b/meta-gnome/recipes-gnome/pimlico/contacts.inc | |||
@@ -7,7 +7,7 @@ SECTION = "x11" | |||
7 | DEPENDS = "glib-2.0 gtk+ evolution-data-server intltool-native" | 7 | DEPENDS = "glib-2.0 gtk+ evolution-data-server intltool-native" |
8 | RDEPENDS_${PN} = "libedata-book" | 8 | RDEPENDS_${PN} = "libedata-book" |
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig gconf |
11 | 11 | ||
12 | EXTRA_OECONF += "--disable-gnome-vfs" | 12 | EXTRA_OECONF += "--disable-gnome-vfs" |
13 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" | 13 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" |