(g)vim 7.0: enable big features set
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 16 Oct 2006 20:04:31 +0000 (20:04 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 16 Oct 2006 20:04:31 +0000 (20:04 +0000)
packages/vim/gvim_7.0.bb
packages/vim/vim_7.0.bb

index 8511b30..3547c89 100644 (file)
@@ -3,10 +3,11 @@ VIMVER = "70"
 require vim.inc
 
 DEPENDS += "gtk+"
+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=normal \
+               --disable-xim --with-features=big \
                --disable-gpm --with-x --disable-netbeans \
                --with-tlib=ncurses"
 
index 8a5e912..c821f6e 100644 (file)
@@ -2,8 +2,9 @@ VIMVER = "70"
 
 require vim.inc
 
+PR = "r1"
+
 EXTRA_OECONF = "--enable-gui=none --disable-gtktest \
-               --disable-xim --with-features=normal \
+               --disable-xim --with-features=big \
                --disable-gpm --without-x --disable-netbeans \
                --with-tlib=ncurses"
-