diff options
Diffstat (limited to 'meta/recipes-support/vim')
| -rw-r--r-- | meta/recipes-support/vim/vim.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index 17d1c24a7c..860fd24863 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc | |||
| @@ -54,11 +54,12 @@ do_compile() { | |||
| 54 | autotools_do_compile | 54 | autotools_do_compile |
| 55 | } | 55 | } |
| 56 | 56 | ||
| 57 | #Available PACKAGECONFIG options are gtkgui, acl, x11, tiny | 57 | #Available PACKAGECONFIG options are gtkgui, acl, x11, tiny selinux, elfutils, nls |
| 58 | PACKAGECONFIG ??= "" | 58 | PACKAGECONFIG ??= "" |
| 59 | PACKAGECONFIG += " \ | 59 | PACKAGECONFIG += " \ |
| 60 | ${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)} \ | 60 | ${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)} \ |
| 61 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 gtkgui', '', d)} \ | 61 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 gtkgui', '', d)} \ |
| 62 | nls \ | ||
| 62 | " | 63 | " |
| 63 | 64 | ||
| 64 | PACKAGECONFIG[gtkgui] = "--enable-gui=gtk3,--enable-gui=no,gtk+3" | 65 | PACKAGECONFIG[gtkgui] = "--enable-gui=gtk3,--enable-gui=no,gtk+3" |
| @@ -67,6 +68,7 @@ PACKAGECONFIG[x11] = "--with-x,--without-x,xt," | |||
| 67 | PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,," | 68 | PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,," |
| 68 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux," | 69 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux," |
| 69 | PACKAGECONFIG[elfutils] = "--enable-elf-check,,elfutils," | 70 | PACKAGECONFIG[elfutils] = "--enable-elf-check,,elfutils," |
| 71 | PACKAGECONFIG[nls] = "--enable-nls,--disable-nls,," | ||
| 70 | 72 | ||
| 71 | EXTRA_OECONF = " \ | 73 | EXTRA_OECONF = " \ |
| 72 | --disable-gpm \ | 74 | --disable-gpm \ |
