* 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 <[email protected]> --- meta-gnome/recipes-gnome/pimlico/contacts.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/pimlico/contacts.inc b/meta-gnome/recipes-gnome/pimlico/contacts.inc index 6535bbf..fedd223 100644 --- a/meta-gnome/recipes-gnome/pimlico/contacts.inc +++ b/meta-gnome/recipes-gnome/pimlico/contacts.inc @@ -7,7 +7,7 @@ SECTION = "x11" DEPENDS = "glib-2.0 gtk+ evolution-data-server intltool-native" RDEPENDS_${PN} = "libedata-book" -inherit autotools pkgconfig +inherit autotools pkgconfig gconf EXTRA_OECONF += "--disable-gnome-vfs" EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" -- 2.7.3 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
