summaryrefslogtreecommitdiffstats
path: root/package/boost/Config.in
diff options
context:
space:
mode:
authorWill Wagner <will_wagner@carallon.com>2013-06-11 08:30:03 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-11 11:58:27 +0200
commite2f28217816174550dc5858fbb4f1d68ee5f0c20 (patch)
tree0747f1a77d49f8ae1bb6b97ec594df6b3fed07ff /package/boost/Config.in
parentc6bccfa880a9b82c071303c87fe0779ac621329d (diff)
downloadbuildroot-novena-e2f28217816174550dc5858fbb4f1d68ee5f0c20.tar.gz
buildroot-novena-e2f28217816174550dc5858fbb4f1d68ee5f0c20.zip
boost: only the iostreams library requires bzip2 and zlib
Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/boost/Config.in')
-rw-r--r--package/boost/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boost/Config.in b/package/boost/Config.in
index 5c65b2fbf..912717ad3 100644
--- a/package/boost/Config.in
+++ b/package/boost/Config.in
@@ -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