aboutsummaryrefslogtreecommitdiffstats
path: root/packages/vim
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2008-02-21 08:56:53 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2008-02-21 08:56:53 +0000
commitbf4b8015982e2cd26049a340f48a2191fd431c11 (patch)
treea61fbe4b643fb752681ae8b5bae01b4fc4491875 /packages/vim
parent6b2b68e32c0673c71d31aa40c063d4eb52de2452 (diff)
downloadopenembedded-bf4b8015982e2cd26049a340f48a2191fd431c11.tar.gz
gvim: added xt to dependencies
Diffstat (limited to 'packages/vim')
-rw-r--r--packages/vim/gvim_7.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/vim/gvim_7.0.bb b/packages/vim/gvim_7.0.bb
index 3547c89d47..78a0c54f9d 100644
--- a/packages/vim/gvim_7.0.bb
+++ b/packages/vim/gvim_7.0.bb
@@ -2,7 +2,7 @@ VIMVER = "70"
require vim.inc
-DEPENDS += "gtk+"
+DEPENDS += "gtk+ xt"
PR = "r1"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/vim-7.0', '${FILE_DIRNAME}/vim', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"