summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/vim/vim.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index 433f233448..5f9f3d79de 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -52,7 +52,7 @@ PACKAGECONFIG += " \
52 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 gtkgui', '', d)} \ 52 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 gtkgui', '', d)} \
53" 53"
54 54
55PACKAGECONFIG[gtkgui] = "--enable-gui=gtk2,--enable-gui=no,gtk+," 55PACKAGECONFIG[gtkgui] = "--enable-gui=gtk3,--enable-gui=no,gtk+3"
56PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," 56PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
57PACKAGECONFIG[x11] = "--with-x,--without-x,xt," 57PACKAGECONFIG[x11] = "--with-x,--without-x,xt,"
58PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,," 58PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,,"