[oe-commits] Otavio Salvador : vte: depends on ncurses

GIT User account git at amethyst.openembedded.net
Fri Oct 24 21:58:07 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f33c7f93565627664ae1f9be578a083119209bd8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f33c7f93565627664ae1f9be578a083119209bd8

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon Sep 15 20:19:26 2008 -0300

vte: depends on ncurses

---

 packages/vte/vte.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/vte/vte.inc b/packages/vte/vte.inc
index 76dacff..d19b790 100644
--- a/packages/vte/vte.inc
+++ b/packages/vte/vte.inc
@@ -1,6 +1,6 @@
 DESCRIPTION = "vte is a virtual terminal emulator"
 LICENSE = "LGPL"
-DEPENDS += " glib-2.0 gtk+ intltool-native"
+DEPENDS += " glib-2.0 gtk+ intltool-native ncurses "
 
 inherit gnome
 





More information about the Openembedded-commits mailing list