diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-19 16:39:06 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-19 16:39:06 +0000 |
commit | df37962c8886b09799a586d4cea36ff0a8d79172 (patch) | |
tree | 55bee322a1bd075720d4222cdd1e14d42f4a750a /meta/packages/vte | |
parent | e5694cf1b9eb8b5071a55478fdebc78f947c3047 (diff) | |
download | poky-df37962c8886b09799a586d4cea36ff0a8d79172.tar.gz |
vte.inc: Don't RDEPEND on termcap
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4071 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/vte')
-rw-r--r-- | meta/packages/vte/vte.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/packages/vte/vte.inc b/meta/packages/vte/vte.inc index 587ea85a39..105e58cd4c 100644 --- a/meta/packages/vte/vte.inc +++ b/meta/packages/vte/vte.inc | |||
@@ -1,7 +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" |
4 | RDEPENDS = "termcap" | ||
5 | 4 | ||
6 | inherit gnome | 5 | inherit gnome |
7 | 6 | ||