vim-7.2: provide correct VIMGUI option (unbreaks build)
authorThilo Fromm <t.fromm@dresearch.de>
Thu, 30 Sep 2010 04:18:08 +0000 (04:18 +0000)
committerKhem Raj <raj.khem@gmail.com>
Thu, 30 Sep 2010 20:15:07 +0000 (13:15 -0700)
commit3a8b7fc94798e72e683e2e8a7bde47cb1918123b
treeda01c492834554e34675d183b2960b282b9ec295
parentf4d1cd6975bc224b32a6f0350658147244ce4ada
vim-7.2: provide correct VIMGUI option (unbreaks build)

vim-7.2.bb sports VIMGUI="none", resulting in "--enable-gui=none". Vim
configure, however, does not know about this option, does not understand
that we don't want any X support, and tries to link libSM and possibly
libXpm when building. This breaks the build for systems without X.

The patch changes VIMGUI to VIMGUI="no", as "--enable-gui=no" is
understood by Vim configure, and behaves as expected.

Signed-off-by: Thilo Fromm <t.fromm@dresearch.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/vim/vim_7.2.bb