From 24556644a3e1f23f2565d608cd5aced1648b9efe Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 31 Mar 2016 12:14:35 +0200 Subject: 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 --- 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 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" 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" -- cgit v1.2.3-54-g00ecf