[oe] [meta-oe][PATCH 08/12] subsurface: add dependency on gconf

Martin Jansa martin.jansa at gmail.com
Fri Aug 9 08:54:27 UTC 2013


* 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 <gconf/gconf-client.h>

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-extended/subsurface/subsurface_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/subsurface/subsurface_git.bb b/meta-oe/recipes-extended/subsurface/subsurface_git.bb
index 8cdbf00..20cc5ac 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
 
-- 
1.8.3.2




More information about the Openembedded-devel mailing list