diff options
| -rw-r--r-- | meta-oe/recipes-support/vim/vim_8.1.0347.bb | 5 |
1 files changed, 4 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 a561ad2721..0705831584 100644 --- a/meta-oe/recipes-support/vim/vim_8.1.0347.bb +++ b/meta-oe/recipes-support/vim/vim_8.1.0347.bb | |||
| @@ -36,7 +36,10 @@ do_configure () { | |||
| 36 | 36 | ||
| 37 | #Available PACKAGECONFIG options are gtkgui, acl, x11, tiny | 37 | #Available PACKAGECONFIG options are gtkgui, acl, x11, tiny |
| 38 | PACKAGECONFIG ??= "" | 38 | PACKAGECONFIG ??= "" |
| 39 | PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)}" | 39 | PACKAGECONFIG += " \ |
| 40 | ${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)} \ | ||
| 41 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 gtkgui', '', d)} \ | ||
| 42 | " | ||
| 40 | 43 | ||
| 41 | PACKAGECONFIG[gtkgui] = "--enable-gui=gtk2,--enable-gui=no,gtk+," | 44 | PACKAGECONFIG[gtkgui] = "--enable-gui=gtk2,--enable-gui=no,gtk+," |
| 42 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," | 45 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," |
