mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Disable chamelium to avoid the following build failure if gsl is found but not alsa-lib raised since the addition of the package in commitd8a729d173: In file included from ../lib/igt_audio.c:35: ../lib/igt_audio.h:35:10: fatal error: alsa/asoundlib.h: No such file or directory 35 | #include <alsa/asoundlib.h> | ^~~~~~~~~~~~~~~~~~ Fixes:d8a729d173- http://autobuild.buildroot.org/results/a7818af881d9aafa9a36f87dc7c882a6880554e8 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>