diff options
-rw-r--r-- | meta-oe/recipes-support/vim/vim_8.1.0347.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/vim/vim_8.1.0347.bb b/meta-oe/recipes-support/vim/vim_8.1.0347.bb index 4de4d8e387..a561ad2721 100644 --- a/meta-oe/recipes-support/vim/vim_8.1.0347.bb +++ b/meta-oe/recipes-support/vim/vim_8.1.0347.bb | |||
@@ -38,7 +38,7 @@ do_configure () { | |||
38 | PACKAGECONFIG ??= "" | 38 | PACKAGECONFIG ??= "" |
39 | PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)}" | 39 | PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)}" |
40 | 40 | ||
41 | PACKAGECONFIG[gtkgui] = "--enable-gtk2-test --enable-gui=gtk2,--enable-gui=no,gtk+," | 41 | PACKAGECONFIG[gtkgui] = "--enable-gui=gtk2,--enable-gui=no,gtk+," |
42 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," | 42 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," |
43 | PACKAGECONFIG[x11] = "--with-x,--without-x,xt," | 43 | PACKAGECONFIG[x11] = "--with-x,--without-x,xt," |
44 | PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,," | 44 | PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,," |