]> code.ossystems Code Review - openembedded-core.git/commitdiff
vte: Add missing libxml2-native DEPENDS
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Jan 2017 23:09:15 +0000 (23:09 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:45:54 +0000 (22:45 +0000)
Configure searches for xmllint which comes from libxml2-native.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/vte/vte_0.44.2.bb

index a0b671e05b3e4d358222cf41ce9ca63a01163ce6..8cddc983a0b8a042f1ffd672ab563f7d5b3fc5f1 100644 (file)
@@ -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"