From fb70d71c9c5946c47759d24d739a8f0c8900ad49 Mon Sep 17 00:00:00 2001 From: "Bryan Hundven\"" Date: Thu, 9 Dec 2010 18:54:46 +0100 Subject: complibs: do not prompt for shared libs if static selected If the global static toolchain option is selected, then do not prompt the user whether to build shared companion libraries. Signed-off-by: "Bryan Hundven" Signed-off-by: "Yann E. MORIN" diff --git a/config/companion_libs.in b/config/companion_libs.in index 9cb12ff..f49fbc6 100644 --- a/config/companion_libs.in +++ b/config/companion_libs.in @@ -141,6 +141,7 @@ config COMPLIBS_SHARED prompt "Build shared companion libraries" default n depends on COMPLIBS + depends on ! STATIC_TOOLCHAIN select WRAPPER_NEEDED help By default, the companion libraries will be build static. If you want to -- cgit v0.10.2-6-g49f6