mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
gvfs-gdu-volume-monitor: Define build dependency on libgnome-keyring
Build fails due to missing libgnome-keyring static library (libgnome-keyring.la). libgnome-keyring has to be explicitly listed as one of the dependencies. Signed-off-by: Adam YH Lee <adam.yh.lee@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
e2bdb30f43
commit
b4fee5645a
@@ -2,8 +2,7 @@ require gvfs.inc
|
||||
|
||||
BPN = "gvfs"
|
||||
|
||||
DEPENDS = "gvfs gnome-disk-utility"
|
||||
|
||||
DEPENDS = "gvfs gnome-disk-utility libgnome-keyring"
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
# we need gdu files only: reduce files to delete in libexecdir
|
||||
|
||||
Reference in New Issue
Block a user