diff options
Diffstat (limited to 'package/boost/Config.in')
-rw-r--r-- | package/boost/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boost/Config.in b/package/boost/Config.in index 403bbf3100..9825c09ad2 100644 --- a/package/boost/Config.in +++ b/package/boost/Config.in @@ -115,9 +115,9 @@ config BR2_PACKAGE_BOOST_MATH bool "boost-math" config BR2_PACKAGE_BOOST_METAPARSE + bool "boost-metaparse" depends on BR2_USE_MMU # boost-test select BR2_PACKAGE_BOOST_TEST - bool "boost-metaparse" config BR2_PACKAGE_BOOST_MPI bool "boost-mpi" @@ -126,8 +126,8 @@ config BR2_PACKAGE_BOOST_PROGRAM_OPTIONS bool "boost-program_options" config BR2_PACKAGE_BOOST_PYTHON - depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3 bool "boost-python" + depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3 config BR2_PACKAGE_BOOST_RANDOM bool "boost-random" |