summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBryan Hundven" <bryanhundven@gmail.com>2010-12-09 17:54:46 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2010-12-09 17:54:46 (GMT)
commitfb70d71c9c5946c47759d24d739a8f0c8900ad49 (patch)
treece142a6b0712911ef0b03a4400fe9e5184c1bffe /config
parent264207aa10c17f3cb05d9abeac658a55096427bc (diff)
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" <bryanhundven@gmail.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config')
-rw-r--r--config/companion_libs.in1
1 files changed, 1 insertions, 0 deletions
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