mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user