mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user