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>
This commit is contained in:
Martin Jansa 2016-03-31 12:14:35 +02:00
parent d3e1334ce9
commit 24556644a3

View File

@ -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"