From f681ebb7ea5eb4e89c97d22b2dc1f6e79bc405dd Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 14 Jan 2017 23:09:15 +0000 Subject: 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 --- meta/recipes-support/vte/vte_0.44.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-support') 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" -- cgit v1.2.3-54-g00ecf