[oe-commits] Martin Jansa : gvim: use libxt directly

git version control git at git.openembedded.org
Fri Jun 25 13:12:26 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 46012bde53ba058e83fc6717729142c2e4e0d282
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=46012bde53ba058e83fc6717729142c2e4e0d282

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Jun 25 15:10:52 2010 +0200

gvim: use libxt directly

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/vim/gvim_7.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/vim/gvim_7.2.bb b/recipes/vim/gvim_7.2.bb
index 842b184..ad96e25 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"
 





More information about the Openembedded-commits mailing list