diff options
-rw-r--r-- | meta-oe/recipes-support/vim/vim_8.1.0347.bb | 1 |
1 files changed, 1 insertions, 0 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 0705831584..2a3d14a2ce 100644 --- a/meta-oe/recipes-support/vim/vim_8.1.0347.bb +++ b/meta-oe/recipes-support/vim/vim_8.1.0347.bb | |||
@@ -40,6 +40,7 @@ PACKAGECONFIG += " \ | |||
40 | ${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)} \ | 40 | ${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)} \ |
41 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 gtkgui', '', d)} \ | 41 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 gtkgui', '', d)} \ |
42 | " | 42 | " |
43 | PACKAGECONFIG_class-native = "" | ||
43 | 44 | ||
44 | PACKAGECONFIG[gtkgui] = "--enable-gui=gtk2,--enable-gui=no,gtk+," | 45 | PACKAGECONFIG[gtkgui] = "--enable-gui=gtk2,--enable-gui=no,gtk+," |
45 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," | 46 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," |