summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/vim/vim_8.1.0347.bb2
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 () {
38PACKAGECONFIG ??= "" 38PACKAGECONFIG ??= ""
39PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)}" 39PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)}"
40 40
41PACKAGECONFIG[gtkgui] = "--enable-gtk2-test --enable-gui=gtk2,--enable-gui=no,gtk+," 41PACKAGECONFIG[gtkgui] = "--enable-gui=gtk2,--enable-gui=no,gtk+,"
42PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," 42PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
43PACKAGECONFIG[x11] = "--with-x,--without-x,xt," 43PACKAGECONFIG[x11] = "--with-x,--without-x,xt,"
44PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,," 44PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,,"