aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vim/gvim_7.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/vim/gvim_7.0.bb')
-rw-r--r--recipes/vim/gvim_7.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/vim/gvim_7.0.bb b/recipes/vim/gvim_7.0.bb
new file mode 100644
index 0000000000..78a0c54f9d
--- /dev/null
+++ b/recipes/vim/gvim_7.0.bb
@@ -0,0 +1,15 @@
+VIMVER = "70"
+
+require vim.inc
+
+DEPENDS += "gtk+ xt"
+PR = "r1"
+FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/vim-7.0', '${FILE_DIRNAME}/vim', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
+
+EXTRA_OECONF = "--enable-gui=gtk2 --enable-gtk2-test --disable-gtktest \
+ --disable-xim --with-features=big \
+ --disable-gpm --with-x --disable-netbeans \
+ --with-tlib=ncurses"
+
+#might needs RREPLACES as well
+RCONFLICTS_${PN} = "vim"