mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
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>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
SUMMARY = "Virtual terminal emulator GTK+ widget library"
|
SUMMARY = "Virtual terminal emulator GTK+ widget library"
|
||||||
BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
|
BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
|
||||||
LICENSE = "LGPLv2.1+"
|
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"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user