diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-10 15:04:54 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-11 11:00:40 +0200 |
commit | 62c0de8e649d00520d35fb48f98bfed351a70fa5 (patch) | |
tree | 42c23de026b03cc74f0fd4811735a16fafbd9071 /meta-gnome/recipes-gnome/dconf | |
parent | 0ea6467344e3e60f190ee419233d8d8c0fdbcd1e (diff) | |
download | meta-openembedded-62c0de8e649d00520d35fb48f98bfed351a70fa5.tar.gz |
dconf: add dependency on libxml2
* fixes floating dependency:
dconf-0.18.0: dconf-editor rdepends on libxml2, but it isn't a build dependency? [build-deps]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/dconf')
-rw-r--r-- | meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb index 38b2789c7..2b6f15e82 100644 --- a/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb +++ b/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[archive.md5sum] = "69a12ed68893f2e1e81ac4e531bc1515" | |||
9 | SRC_URI[archive.sha256sum] = "109b1bc6078690af1ed88cb144ef5c5aee7304769d8bdc82ed48c3696f10c955" | 9 | SRC_URI[archive.sha256sum] = "109b1bc6078690af1ed88cb144ef5c5aee7304769d8bdc82ed48c3696f10c955" |
10 | GNOME_COMPRESS_TYPE = "xz" | 10 | GNOME_COMPRESS_TYPE = "xz" |
11 | 11 | ||
12 | DEPENDS = "glib-2.0 gtk+3" | 12 | DEPENDS = "glib-2.0 gtk+3 libxml2" |
13 | 13 | ||
14 | inherit vala gtk-doc | 14 | inherit vala gtk-doc |
15 | 15 | ||