summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-05-19 17:34:31 +0100
committerKhem Raj <raj.khem@gmail.com>2023-05-20 00:45:51 -0700
commit438542a008da53172e551bd7a86c79b5a3bb36af (patch)
tree4a6ebb6c67bb7a2b20ec837bcc75f71f3b88819a /meta-oe
parent4259e08c59d1cf4d3ecb96c2d8145943fa6e4b86 (diff)
downloadmeta-openembedded-438542a008da53172e551bd7a86c79b5a3bb36af.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-gnome/vte9/vte9.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/vte9/vte9.inc b/meta-oe/recipes-gnome/vte9/vte9.inc
index 49b974012..2a165391b 100644
--- a/meta-oe/recipes-gnome/vte9/vte9.inc
+++ b/meta-oe/recipes-gnome/vte9/vte9.inc
@@ -1,7 +1,7 @@
1SUMMARY = "Virtual terminal emulator GTK+ widget library" 1SUMMARY = "Virtual terminal emulator GTK+ widget library"
2BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" 2BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
3LICENSE = "LGPL-2.0-only" 3LICENSE = "LGPL-2.0-only"
4DEPENDS = " glib-2.0 gtk+ intltool-native gnome-common-native ncurses" 4DEPENDS = "glib-2.0-native glib-2.0 gtk+ intltool-native gnome-common-native ncurses"
5RDEPENDS:libvte = "vte-termcap" 5RDEPENDS:libvte = "vte-termcap"
6 6
7# help gnomebase get the SRC_URI correct 7# help gnomebase get the SRC_URI correct