mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 12:30:34 -09:00
When the sane-airscan package was introduced inf78280bf26the dependency to c++ was not added to the package. The source directory fuzzer/ contains c++ files: https://github.com/alexpevzner/sane-airscan/tree/master/fuzzer meson.build requires c++: https://github.com/alexpevzner/sane-airscan/blob/0.99.33/meson.build#L1 Fixes: https://autobuild.buildroot.net/results/830/830374dcce8f29ad336cf8060bda552119c8377a/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit759f5d5a17) Signed-off-by: Thomas Perale <thomas.perale@mind.be>