aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vim
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-25 15:10:52 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-25 15:11:41 +0200
commit46012bde53ba058e83fc6717729142c2e4e0d282 (patch)
tree56e8af3962fdca87737f53a1e7643ca56cbfc826 /recipes/vim
parent38644795c05da432975931f3bf68a0d7c212fbe2 (diff)
downloadopenembedded-46012bde53ba058e83fc6717729142c2e4e0d282.tar.gz
gvim: use libxt directly
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/vim')
-rw-r--r--recipes/vim/gvim_7.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/vim/gvim_7.2.bb b/recipes/vim/gvim_7.2.bb
index 842b184865..ad96e254ba 100644
--- a/recipes/vim/gvim_7.2.bb
+++ b/recipes/vim/gvim_7.2.bb
@@ -3,7 +3,7 @@ VIMX = "--with-x"
require vim_${PV}.bb
-DEPENDS += "gtk+ xt"
+DEPENDS += "gtk+ libxt"
EXTRA_OECONF += "--enable-gtk2-test"