diff options
-rw-r--r-- | meta/recipes-support/vim/vim.inc | 2 |
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 | ||
55 | PACKAGECONFIG[gtkgui] = "--enable-gui=gtk2,--enable-gui=no,gtk+," | 55 | PACKAGECONFIG[gtkgui] = "--enable-gui=gtk3,--enable-gui=no,gtk+3" |
56 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," | 56 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," |
57 | PACKAGECONFIG[x11] = "--with-x,--without-x,xt," | 57 | PACKAGECONFIG[x11] = "--with-x,--without-x,xt," |
58 | PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,," | 58 | PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,," |