aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-14 23:09:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-20 11:53:49 +0000
commitf681ebb7ea5eb4e89c97d22b2dc1f6e79bc405dd (patch)
tree0885c1c46ba724c950a397600be57586bbd3179d /meta/recipes-support
parent292463aa26a1ab9c9ba08b7520e3914373baa609 (diff)
downloadopenembedded-core-contrib-f681ebb7ea5eb4e89c97d22b2dc1f6e79bc405dd.tar.gz
vte: Add missing libxml2-native DEPENDS
Configure searches for xmllint which comes from libxml2-native. (From OE-Core rev: 122f18ddf65ee025cfd164738eb76359cad2656b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/vte/vte_0.44.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/vte/vte_0.44.2.bb b/meta/recipes-support/vte/vte_0.44.2.bb
index a0b671e05b..8cddc983a0 100644
--- a/meta/recipes-support/vte/vte_0.44.2.bb
+++ b/meta/recipes-support/vte/vte_0.44.2.bb
@@ -1,7 +1,7 @@
SUMMARY = "Virtual terminal emulator GTK+ widget library"
BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
LICENSE = "LGPLv2.1+"
-DEPENDS = "glib-2.0 gtk+3 intltool-native"
+DEPENDS = "glib-2.0 gtk+3 intltool-native libxml2-native"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"