|
@@ -1,5 +1,5 @@
|
|
-comment "boost needs a toolchain w/ C++, threads"
|
|
|
|
- depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
+comment "boost needs a toolchain w/ C++, threads, wchar"
|
|
|
|
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_ARCH_SUPPORTS
|
|
config BR2_PACKAGE_BOOST_ARCH_SUPPORTS
|
|
bool
|
|
bool
|
|
@@ -14,6 +14,7 @@ config BR2_PACKAGE_BOOST
|
|
# that unfortunately doesn't work. Until someone fixes that,
|
|
# that unfortunately doesn't work. Until someone fixes that,
|
|
# let's depend on threads.
|
|
# let's depend on threads.
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
+ depends on BR2_USE_WCHAR
|
|
help
|
|
help
|
|
A general purpose C++ library
|
|
A general purpose C++ library
|
|
|
|
|
|
@@ -77,10 +78,6 @@ config BR2_PACKAGE_BOOST_EXCEPTION
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_FILESYSTEM
|
|
config BR2_PACKAGE_BOOST_FILESYSTEM
|
|
bool "boost-filesystem"
|
|
bool "boost-filesystem"
|
|
- depends on BR2_USE_WCHAR
|
|
|
|
-
|
|
|
|
-comment "boost-filesystem needs a toolchain w/ wchar"
|
|
|
|
- depends on !BR2_USE_WCHAR
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_GRAPH
|
|
config BR2_PACKAGE_BOOST_GRAPH
|
|
bool "boost-graph"
|
|
bool "boost-graph"
|
|
@@ -94,12 +91,8 @@ config BR2_PACKAGE_BOOST_IOSTREAMS
|
|
select BR2_PACKAGE_ZLIB
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_LOCALE
|
|
config BR2_PACKAGE_BOOST_LOCALE
|
|
- depends on BR2_USE_WCHAR
|
|
|
|
bool "boost-locale"
|
|
bool "boost-locale"
|
|
|
|
|
|
-comment "boost-locale needs a toolchain w/ wchar"
|
|
|
|
- depends on !BR2_USE_WCHAR
|
|
|
|
-
|
|
|
|
config BR2_PACKAGE_BOOST_LOG
|
|
config BR2_PACKAGE_BOOST_LOG
|
|
bool "boost-log"
|
|
bool "boost-log"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|