aboutsummaryrefslogtreecommitdiffstats
path: root/packages/vim/gvim_7.0.bb
blob: 44d9bad09590f9e109b5549affb19793ff55df0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
VIMVER = "70"

require vim.inc

DEPENDS += "gtk+ xt"
FILE_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"