aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vim/vim_7.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/vim/vim_7.0.bb')
-rw-r--r--recipes/vim/vim_7.0.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/vim/vim_7.0.bb b/recipes/vim/vim_7.0.bb
new file mode 100644
index 0000000000..c821f6e974
--- /dev/null
+++ b/recipes/vim/vim_7.0.bb
@@ -0,0 +1,10 @@
+VIMVER = "70"
+
+require vim.inc
+
+PR = "r1"
+
+EXTRA_OECONF = "--enable-gui=none --disable-gtktest \
+ --disable-xim --with-features=big \
+ --disable-gpm --without-x --disable-netbeans \
+ --with-tlib=ncurses"