summaryrefslogtreecommitdiffstats
path: root/package/boost/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/boost/Config.in')
-rw-r--r--package/boost/Config.in14
1 files changed, 10 insertions, 4 deletions
diff --git a/package/boost/Config.in b/package/boost/Config.in
index 578fced37..87983676e 100644
--- a/package/boost/Config.in
+++ b/package/boost/Config.in
@@ -37,13 +37,16 @@ config BR2_PACKAGE_BOOST_GRAPH
config BR2_PACKAGE_BOOST_GRAPH_PARALLEL
bool "boost-graph_parallel"
-config BR2_PACKAGE_BOOST_ICU
- select BR2_PACKAGE_ICU
- bool "boost-icu"
-
config BR2_PACKAGE_BOOST_IOSTREAMS
bool "boost-iostreams"
+config BR2_PACKAGE_BOOST_LOCALE
+ depends on BR2_USE_WCHAR
+ bool "boost-locale"
+
+comment "boost-locale requires a toolchain with wchar support"
+ depends on !BR2_USE_WCHAR
+
config BR2_PACKAGE_BOOST_MATH
bool "boost-math"
@@ -75,6 +78,9 @@ config BR2_PACKAGE_BOOST_THREAD
depends on BR2_TOOLCHAIN_HAS_THREADS
bool "boost-thread"
+config BR2_PACKAGE_BOOST_TIMER
+ bool "boost-timer"
+
config BR2_PACKAGE_BOOST_WAVE
bool "boost-wave"