]> code.ossystems Code Review - openembedded-core.git/commitdiff
vim: Add packageconfig for sound notification support
authorKhem Raj <raj.khem@gmail.com>
Sat, 4 Sep 2021 16:31:46 +0000 (09:31 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Sep 2021 08:49:13 +0000 (09:49 +0100)
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)

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>
meta/recipes-support/vim/vim.inc

index 860fd248630b55b584393c394535c18ae7ac8b3c..17322885dc6580618e407c4c3a5a79e2660af399 100644 (file)
@@ -69,6 +69,7 @@ PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,,"
 PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,"
 PACKAGECONFIG[elfutils] = "--enable-elf-check,,elfutils,"
 PACKAGECONFIG[nls] = "--enable-nls,--disable-nls,,"
+PACKAGECONFIG[sound] = "--enable-canberra,--disable-canberra,canberra,"
 
 EXTRA_OECONF = " \
     --disable-gpm \