diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-14 23:09:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-20 11:53:49 +0000 |
commit | f681ebb7ea5eb4e89c97d22b2dc1f6e79bc405dd (patch) | |
tree | 0885c1c46ba724c950a397600be57586bbd3179d /meta/recipes-support/vte | |
parent | 292463aa26a1ab9c9ba08b7520e3914373baa609 (diff) | |
download | poky-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/vte')
-rw-r--r-- | meta/recipes-support/vte/vte_0.44.2.bb | 2 |
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 @@ | |||
1 | SUMMARY = "Virtual terminal emulator GTK+ widget library" | 1 | SUMMARY = "Virtual terminal emulator GTK+ widget library" |
2 | BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" | 2 | BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" |
3 | LICENSE = "LGPLv2.1+" | 3 | LICENSE = "LGPLv2.1+" |
4 | DEPENDS = "glib-2.0 gtk+3 intltool-native" | 4 | DEPENDS = "glib-2.0 gtk+3 intltool-native libxml2-native" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
7 | 7 | ||