From: Otavio Salvador Date: Mon, 15 Sep 2008 23:19:26 +0000 (-0300) Subject: vte: depends on ncurses X-Git-Tag: Release-2010-05/1~5688 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f33c7f93565627664ae1f9be578a083119209bd8;p=openembedded.git vte: depends on ncurses --- diff --git a/packages/vte/vte.inc b/packages/vte/vte.inc index 76dacff581..d19b790a55 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