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>
This commit is contained in:
Bryan Hundven" 2010-12-09 18:54:46 +01:00 committed by Bryan Hundven
parent 264207aa10
commit fb70d71c9c

View File

@ -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