summaryrefslogtreecommitdiffstats
path: root/rules/boost.in
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2008-06-05 08:48:23 +0000
committerLuotao Fu <l.fu@pengutronix.de>2008-06-05 08:48:23 +0000
commitfcd7772684bd8cbb3eef433b4d03a708725f2623 (patch)
treea016355543708ffb14d294e3eb8fd141cf15de47 /rules/boost.in
parentbc0ad0d9f42d52d66d469714c0c54aafd5c47ac8 (diff)
downloadptxdist-fcd7772684bd8cbb3eef433b4d03a708725f2623.tar.gz
ptxdist-fcd7772684bd8cbb3eef433b4d03a708725f2623.tar.xz
* added libraries: iostreams, test, wave, signals
* reorganized menu, changed some comments git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8359 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/boost.in')
-rw-r--r--rules/boost.in47
1 files changed, 42 insertions, 5 deletions
diff --git a/rules/boost.in b/rules/boost.in
index a3bd45721..bec78affb 100644
--- a/rules/boost.in
+++ b/rules/boost.in
@@ -22,7 +22,7 @@ menuconfig BOOST
http://www.boost.org/
if BOOST
-comment "Install Options "
+comment "Targetinstall Options "
config BOOST_INST_NOMT_DBG
bool
@@ -69,6 +69,21 @@ config BOOST_FILESYSTEM
help
Boost filesystem library.
+config BOOST_IOSTREAMS
+ bool
+ prompt "iostreams"
+ help
+ Boost iostream library. ATTENTION: iostreams libary only
+ provides static library in boost version 1.33.1, (might
+ change in more recent versions). No dynamic .so library
+ will be installed to target in this case.
+
+config BOOST_PROGRAM_OPTIONS
+ bool
+ prompt "program options"
+ help
+ Boost programm option parser
+
config BOOST_REGEX
bool
prompt "regex"
@@ -81,15 +96,37 @@ config BOOST_SERIALIZATION
help
Boost serialization library.
+config BOOST_SIGNALS
+ bool
+ prompt "signals"
+ help
+ Boost signals library.
+
+config BOOST_TEST
+ bool
+ prompt "test"
+ help
+ Boost test framework.
+
config BOOST_THREAD
bool
prompt "thread"
help
Portable C++ multi-threading library.
-config BOOST_PROGRAM_OPTIONS
+config BOOST_WAVE
bool
- prompt "program options"
- help
- Boost programm option parser
+ prompt "wave"
+ help
+ Boost wave library. ATTENTION: wave libary only provides static
+ library in boost version 1.33.1, (might change in more recent
+ versions). No dynamic .so library will be installed to target in
+ this case
+
+config BOOST_PYTHON
+ bool
+ prompt "python"
+ depends on BROKEN
+ help
+ boost python support. (still broken)
endif