mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 15:16:28 +00:00
vte9: add missing dependency on glib-2.0-native
This can be satisfied via transitive dependencies, but make it an explicit DEPENDS. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4259e08c59
commit
438542a008
@ -1,7 +1,7 @@
|
||||
SUMMARY = "Virtual terminal emulator GTK+ widget library"
|
||||
BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
|
||||
LICENSE = "LGPL-2.0-only"
|
||||
DEPENDS = " glib-2.0 gtk+ intltool-native gnome-common-native ncurses"
|
||||
DEPENDS = "glib-2.0-native glib-2.0 gtk+ intltool-native gnome-common-native ncurses"
|
||||
RDEPENDS:libvte = "vte-termcap"
|
||||
|
||||
# help gnomebase get the SRC_URI correct
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user