boost: Add comment when C++ is missing

[Peter: move above boost option so sub options gets indented]
Signed-off-by: Stephan Thamm <thammi@chaossource.net>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Stephan Thamm 2012-03-03 21:00:05 +01:00 committed by Peter Korsgaard
parent b5cce59cf0
commit f43f4f433e
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
comment "boost requires a toolchain with C++ support enabled"
depends on !BR2_INSTALL_LIBSTDCPP
config BR2_PACKAGE_BOOST
bool "boost"
depends on BR2_INSTALL_LIBSTDCPP