mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-06 05:39:43 +00:00
* there is a lot of stuff installed to /usr/share/vim, but gvim does not have this in FILES_PN Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
203 B
BlitzBasic
15 lines
203 B
BlitzBasic
VIMGUI = "gtk2"
|
|
VIMX = "--with-x"
|
|
|
|
require vim_${PV}.bb
|
|
|
|
PR = "${INC_PR}.4"
|
|
|
|
DEPENDS += "gtk+ xt"
|
|
|
|
FILES_${PN} += "${datadir}/vim"
|
|
|
|
EXTRA_OECONF += "--enable-gtk2-test"
|
|
|
|
RREPLACES_${PN} = "vim vim-tiny"
|