diff options
author | Adam YH Lee <adam.yh.lee@gmail.com> | 2014-03-28 11:23:29 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 13:42:06 +0200 |
commit | b4fee5645a9a5758862f83094c07d072905c1058 (patch) | |
tree | f0e775fc8947fdd6a65813619dfa6b62d67ea9d4 /meta-gnome/recipes-gnome/gvfs | |
parent | e2bdb30f431b0ebde9750d7aaf1ebbbf5a1b7f3f (diff) | |
download | meta-openembedded-b4fee5645a9a5758862f83094c07d072905c1058.tar.gz |
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>
Diffstat (limited to 'meta-gnome/recipes-gnome/gvfs')
-rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb index bd6d9de5d..cf0ab0c96 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb | |||
@@ -2,8 +2,7 @@ require gvfs.inc | |||
2 | 2 | ||
3 | BPN = "gvfs" | 3 | BPN = "gvfs" |
4 | 4 | ||
5 | DEPENDS = "gvfs gnome-disk-utility" | 5 | DEPENDS = "gvfs gnome-disk-utility libgnome-keyring" |
6 | |||
7 | PR = "${INC_PR}.0" | 6 | PR = "${INC_PR}.0" |
8 | 7 | ||
9 | # we need gdu files only: reduce files to delete in libexecdir | 8 | # we need gdu files only: reduce files to delete in libexecdir |