From 438542a008da53172e551bd7a86c79b5a3bb36af Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 19 May 2023 17:34:31 +0100 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-gnome/vte9/vte9.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-gnome/vte9/vte9.inc b/meta-oe/recipes-gnome/vte9/vte9.inc index 49b9740129..2a165391b6 100644 --- a/meta-oe/recipes-gnome/vte9/vte9.inc +++ b/meta-oe/recipes-gnome/vte9/vte9.inc @@ -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