package/libest: add !BR2_STATIC_LIBS dependency
It should have been inherited from libexecinfo. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
f6f0e1e581
commit
d5ecbffe61
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user