mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
The libabseil-cpp build needs <dlfcn.h>, so let's add a !BR2_STATIC_LIBS dependency. The only package which is selecting libabseil-cpp, grpc, already had this dependency anyway. Fixes: http://autobuild.buildroot.net/results/2d796dd4cc43388da235b83f53778d902f477799/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>