]> code.ossystems Code Review - openembedded-core.git/commitdiff
vte: added missing dependency on ncurses
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 2 Jul 2008 07:45:08 +0000 (07:45 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 2 Jul 2008 07:45:08 +0000 (07:45 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4756 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/vte/vte.inc

index 6362b459409dbda14bda7ea0743ae2c5ef1eb1ef..1d197c53cea673515f4bcb819a67dddbc8123a02 100644 (file)
@@ -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"
 RDEPENDS_libvte = "vte-termcap"
 
 inherit gnome