diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-06-04 15:17:37 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-06-08 07:56:35 +0200 |
commit | f223c19f930d0f7998b41e30fa2ee3035fcfdc4e (patch) | |
tree | 82262dcf93c4ff1b12ae6721145e95afc28ebce8 /package/boost/Config.in | |
parent | a7bc7b5564db3f95fc9f2ac626941059660af9e3 (diff) | |
download | buildroot-f223c19f930d0f7998b41e30fa2ee3035fcfdc4e.tar.gz buildroot-f223c19f930d0f7998b41e30fa2ee3035fcfdc4e.zip |
package/boost: Add Kconfig option for new module metaparse
The module description can be found in the release notes of v1.61.0:
http://www.boost.org/users/history/version_1_61_0.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/boost/Config.in')
-rw-r--r-- | package/boost/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/boost/Config.in b/package/boost/Config.in index 4cfd44eb94..fae4b5fed7 100644 --- a/package/boost/Config.in +++ b/package/boost/Config.in @@ -114,6 +114,9 @@ comment "boost-log needs a toolchain w/ NPTL" config BR2_PACKAGE_BOOST_MATH bool "boost-math" +config BR2_PACKAGE_BOOST_METAPARSE + bool "boost-metaparse" + config BR2_PACKAGE_BOOST_MPI bool "boost-mpi" |