diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-08 20:42:11 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-14 13:34:30 +0200 |
commit | 331d0a98ce13280d1e14b8db9e582a582977d1fb (patch) | |
tree | 465a3ab61cded90145e717e7581c4bbd7fbba166 /meta-oe | |
parent | b8b63a4df27b3d2034c49ebe86c4dcc7ac1fa414 (diff) | |
download | meta-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')
-rw-r--r-- | meta-oe/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 8cdbf0034..20cc5ac32 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." | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
4 | 4 | ||
5 | DEPENDS = "libdivecomputer gtk+ libxml2 glib-2.0" | 5 | DEPENDS = "libdivecomputer gtk+ libxml2 glib-2.0 gconf" |
6 | 6 | ||
7 | inherit gtk-icon-cache | 7 | inherit gtk-icon-cache |
8 | 8 | ||