It should have been inherited from libexecinfo. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
@@ -1,5 +1,9 @@
+comment "libest needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS
+
config BR2_PACKAGE_LIBEST
bool "libest"
+ depends on !BR2_STATIC_LIBS # libexecinfo or glibc
select BR2_PACKAGE_LIBEXECINFO if !BR2_TOOLCHAIN_USES_GLIBC
select BR2_PACKAGE_OPENSSL
help