mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Since libv4l was bumped to 1.28.1 and converted to use the meson build system in Buildroot commit41ce1cc690, the build started failing on BR2_STATIC_LIBS=y configurations due to compiling code that isn't compatible with static linking. This commit fixes that by disabling the plugin code and the wrappers. Fixes: https://autobuild.buildroot.org/results/89c6c7c0fd991d777ac7cd2b2322424099fa89cc/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commitcebfadde9b) Signed-off-by: Thomas Perale <thomas.perale@mind.be>