From 331d0a98ce13280d1e14b8db9e582a582977d1fb Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 8 Aug 2013 20:42:11 +0200 Subject: subsurface: add dependency on gconf * fails without | Package gconf-2.0 was not found in the pkg-config search path. | Perhaps you should add the directory containing `gconf-2.0.pc' | to the PKG_CONFIG_PATH environment variable | No package 'gconf-2.0' found | main.c:7:32: fatal error: gconf/gconf-client.h: No such file or directory | #include Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/subsurface/subsurface_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-extended/subsurface') diff --git a/meta-oe/recipes-extended/subsurface/subsurface_git.bb b/meta-oe/recipes-extended/subsurface/subsurface_git.bb index 8cdbf00348..20cc5ac325 100644 --- a/meta-oe/recipes-extended/subsurface/subsurface_git.bb +++ b/meta-oe/recipes-extended/subsurface/subsurface_git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Subsurface is an open source dive log program." LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" -DEPENDS = "libdivecomputer gtk+ libxml2 glib-2.0" +DEPENDS = "libdivecomputer gtk+ libxml2 glib-2.0 gconf" inherit gtk-icon-cache -- cgit 1.2.3-korg