[oe-commits] Martin Jansa : subsurface: add dependency on gconf

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 11:24:10 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 331d0a98ce13280d1e14b8db9e582a582977d1fb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=331d0a98ce13280d1e14b8db9e582a582977d1fb

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Aug  8 20:42:11 2013 +0200

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 at gmail.com>

---

 .../recipes-extended/subsurface/subsurface_git.bb  |    2 +-
 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 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
 



More information about the Openembedded-commits mailing list