diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-02 07:45:08 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-02 07:45:08 +0000 |
commit | bc0a19c1babcccad665130aa6ac4b13806b2f995 (patch) | |
tree | cb609b1fe720937ab8a8b9684341a91323a352bc | |
parent | 32b7efc8d5a6022018e03016cec168563ab170fa (diff) | |
download | poky-bc0a19c1babcccad665130aa6ac4b13806b2f995.tar.gz |
vte: added missing dependency on ncurses
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4756 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/vte/vte.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/vte/vte.inc b/meta/packages/vte/vte.inc index 6362b45940..1d197c53ce 100644 --- a/meta/packages/vte/vte.inc +++ b/meta/packages/vte/vte.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "vte is a virtual terminal emulator" | 1 | DESCRIPTION = "vte is a virtual terminal emulator" |
2 | LICENSE = "LGPL" | 2 | LICENSE = "LGPL" |
3 | DEPENDS += " glib-2.0 gtk+ intltool-native" | 3 | DEPENDS = " glib-2.0 gtk+ intltool-native ncurses" |
4 | RDEPENDS_libvte = "vte-termcap" | 4 | RDEPENDS_libvte = "vte-termcap" |
5 | 5 | ||
6 | inherit gnome | 6 | inherit gnome |