blob: a073e656a794bb828ca4d4741fce8cbe6528c860 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
VIMVER = "70"
require vim.inc
DEPENDS += "gtk+ xt"
PR = "r1"
FILESPATHPKG =. "vim-${PV}:vim:"
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"
|