diff --git a/package/check/Config.in b/package/check/Config.in index a3a7ff1f11..2312fbf81c 100644 --- a/package/check/Config.in +++ b/package/check/Config.in @@ -1,10 +1,6 @@ config BR2_PACKAGE_CHECK bool "check" - depends on !BR2_STATIC_LIBS help Check is a unit testing framework for C. https://libcheck.github.io/check/ - -comment "check needs a toolchain w/ dynamic library" - depends on BR2_STATIC_LIBS