Forráskód Böngészése

package/libest: add !BR2_STATIC_LIBS dependency

It should have been inherited from libexecinfo.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas Petazzoni 3 éve
szülő
commit
d5ecbffe61
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      package/libest/Config.in

+ 4 - 0
package/libest/Config.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