summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/vim/vim.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/vim/vim.inc b/meta-oe/recipes-support/vim/vim.inc
index 12e8c1e0fe..d7336c2879 100644
--- a/meta-oe/recipes-support/vim/vim.inc
+++ b/meta-oe/recipes-support/vim/vim.inc
@@ -32,6 +32,7 @@ do_configure () {
32PACKAGECONFIG ??= "" 32PACKAGECONFIG ??= ""
33 33
34PACKAGECONFIG[gtkgui] = "--enable-gtk2-test --enable-gui=gtk2,--enable-gui=no,gtk+," 34PACKAGECONFIG[gtkgui] = "--enable-gtk2-test --enable-gui=gtk2,--enable-gui=no,gtk+,"
35PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
35PACKAGECONFIG[x11] = "--with-x,--without-x,xt," 36PACKAGECONFIG[x11] = "--with-x,--without-x,xt,"
36PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,," 37PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,,"
37 38