diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-09-04 09:31:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-06 09:49:50 +0100 |
commit | cb73383fb9ea422291afd07c84ee7a19fe4fb6e8 (patch) | |
tree | 94613de173fb394e5e3f5bd651864d1312f17a06 /meta/recipes-support | |
parent | 73384ac936041e0122e8911d6c82a398df52b85b (diff) | |
download | poky-cb73383fb9ea422291afd07c84ee7a19fe4fb6e8.tar.gz |
vim: Add packageconfig for sound notification support
vim uses libcanberra to implement sound, currently its ok for target
since we have captured dependencies in recipe sysroot but things go a
bit out of control when building vim-native, where configure starts to
poke at host system and if it find libcanberra then silently enables it
lets make it consistent
(From OE-Core rev: 7bf11ce14336eff07a4e7216fb485f98757088ed)
(From OE-Core rev: 70de1dbb660461bdf0613494f53ec4c78738ae2a)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/vim/vim.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index 860fd24863..17322885dc 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc | |||
@@ -69,6 +69,7 @@ PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,," | |||
69 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux," | 69 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux," |
70 | PACKAGECONFIG[elfutils] = "--enable-elf-check,,elfutils," | 70 | PACKAGECONFIG[elfutils] = "--enable-elf-check,,elfutils," |
71 | PACKAGECONFIG[nls] = "--enable-nls,--disable-nls,," | 71 | PACKAGECONFIG[nls] = "--enable-nls,--disable-nls,," |
72 | PACKAGECONFIG[sound] = "--enable-canberra,--disable-canberra,canberra," | ||
72 | 73 | ||
73 | EXTRA_OECONF = " \ | 74 | EXTRA_OECONF = " \ |
74 | --disable-gpm \ | 75 | --disable-gpm \ |