mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user