summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-03-19 16:39:06 +0000
committerRichard Purdie <richard@openedhand.com>2008-03-19 16:39:06 +0000
commitdf37962c8886b09799a586d4cea36ff0a8d79172 (patch)
tree55bee322a1bd075720d4222cdd1e14d42f4a750a
parente5694cf1b9eb8b5071a55478fdebc78f947c3047 (diff)
downloadpoky-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
-rw-r--r--meta/packages/vte/vte.inc1
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 @@
1DESCRIPTION = "vte is a virtual terminal emulator" 1DESCRIPTION = "vte is a virtual terminal emulator"
2LICENSE = "LGPL" 2LICENSE = "LGPL"
3DEPENDS += " glib-2.0 gtk+ intltool-native" 3DEPENDS += " glib-2.0 gtk+ intltool-native"
4RDEPENDS = "termcap"
5 4
6inherit gnome 5inherit gnome
7 6