diff options
Diffstat (limited to 'package/boost/Config.in')
-rw-r--r-- | package/boost/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/boost/Config.in b/package/boost/Config.in index 37a7e7339f..e69e6c64af 100644 --- a/package/boost/Config.in +++ b/package/boost/Config.in @@ -158,6 +158,15 @@ config BR2_PACKAGE_BOOST_SERIALIZATION config BR2_PACKAGE_BOOST_SIGNALS bool "boost-signals" +config BR2_PACKAGE_BOOST_STACKTRACE + bool "boost-stacktrace" + depends on !BR2_STATIC_LIBS + help + Gather, store, copy and print backtraces. + +comment "boost-stacktrace needs a toolchain w/ dynamic library" + depends on BR2_STATIC_LIBS + config BR2_PACKAGE_BOOST_SYSTEM bool "boost-system" |