mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
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>
This commit is contained in:
@@ -9,7 +9,7 @@ SRC_URI[archive.md5sum] = "69a12ed68893f2e1e81ac4e531bc1515"
|
|||||||
SRC_URI[archive.sha256sum] = "109b1bc6078690af1ed88cb144ef5c5aee7304769d8bdc82ed48c3696f10c955"
|
SRC_URI[archive.sha256sum] = "109b1bc6078690af1ed88cb144ef5c5aee7304769d8bdc82ed48c3696f10c955"
|
||||||
GNOME_COMPRESS_TYPE = "xz"
|
GNOME_COMPRESS_TYPE = "xz"
|
||||||
|
|
||||||
DEPENDS = "glib-2.0 gtk+3"
|
DEPENDS = "glib-2.0 gtk+3 libxml2"
|
||||||
|
|
||||||
inherit vala gtk-doc
|
inherit vala gtk-doc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user