diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-18 10:59:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-18 22:55:12 +0000 |
commit | 58b45240739da210ef2fecea931c8b8daa9a4c07 (patch) | |
tree | 914f54a8f71ce485708f0d78e535d3beaf84f3ca /meta/recipes-gnome | |
parent | 24feed3dc9f1c559e66badeb03afe7acd062de9a (diff) | |
download | openembedded-core-58b45240739da210ef2fecea931c8b8daa9a4c07.tar.gz openembedded-core-58b45240739da210ef2fecea931c8b8daa9a4c07.tar.bz2 openembedded-core-58b45240739da210ef2fecea931c8b8daa9a4c07.zip |
epiphany: Add libxml2-native to DEPENDS
configure needs xmllint and there was no direct dependency.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_3.18.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_3.18.3.bb b/meta/recipes-gnome/epiphany/epiphany_3.18.3.bb index e822d3b203..73fcd939e1 100644 --- a/meta/recipes-gnome/epiphany/epiphany_3.18.3.bb +++ b/meta/recipes-gnome/epiphany/epiphany_3.18.3.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes ca-certificates avahi libnotify gcr libwnck3 \ - gsettings-desktop-schemas gnome-desktop3" + gsettings-desktop-schemas gnome-desktop3 libxml2-native" inherit gnomebase gsettings distro_features_check upstream-version-is-even # libwnck3 is x11 only |