|
@@ -9,8 +9,6 @@ config BR2_PACKAGE_BOOST
|
|
|
# that unfortunately doesn't work. Until someone fixes that,
|
|
|
# let's depend on threads.
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
- select BR2_PACKAGE_BZIP2
|
|
|
- select BR2_PACKAGE_ZLIB
|
|
|
help
|
|
|
A general purpose C++ library
|
|
|
|
|
@@ -43,6 +41,8 @@ config BR2_PACKAGE_BOOST_GRAPH_PARALLEL
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_IOSTREAMS
|
|
|
bool "boost-iostreams"
|
|
|
+ select BR2_PACKAGE_BZIP2
|
|
|
+ select BR2_PACKAGE_ZLIB
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_LOCALE
|
|
|
depends on BR2_USE_WCHAR
|