aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-08 20:42:11 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-08-14 13:34:30 +0200
commit331d0a98ce13280d1e14b8db9e582a582977d1fb (patch)
tree465a3ab61cded90145e717e7581c4bbd7fbba166 /meta-oe/recipes-extended
parentb8b63a4df27b3d2034c49ebe86c4dcc7ac1fa414 (diff)
downloadmeta-openembedded-331d0a98ce13280d1e14b8db9e582a582977d1fb.tar.gz
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 <gconf/gconf-client.h> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/subsurface/subsurface_git.bb2
1 files changed, 1 insertions, 1 deletions
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