mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
b8b63a4df2
commit
331d0a98ce
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user