diff options
Diffstat (limited to 'recipes/vim/vim_6.4.bb')
-rw-r--r-- | recipes/vim/vim_6.4.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/vim/vim_6.4.bb b/recipes/vim/vim_6.4.bb new file mode 100644 index 0000000000..4cf6591a66 --- /dev/null +++ b/recipes/vim/vim_6.4.bb @@ -0,0 +1,9 @@ +VIMVER = "64" + +require vim.inc + +EXTRA_OECONF = "--enable-gui=none --disable-gtktest \ + --disable-xim --with-features=normal \ + --disable-gpm --without-x --disable-netbeans \ + --with-tlib=ncurses" + |