summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 49b9740129..2a165391b6 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