mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 20:56:33 +00:00
package/boost: boost-metaparse depends on boost-test
The boost metaparse library depends on the test library: https://github.com/boostorg/metaparse/blob/master/build/Jamfile.v2 The test library itself depends on MMU, therefore we need to propagate the dependency, fixes http://autobuild.buildroot.net/results/02f/02f98a50340ecae01f723ad48c2d54d9e28388f8/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
98e25b5783
commit
052b46c6dc
@ -115,6 +115,8 @@ config BR2_PACKAGE_BOOST_MATH
|
|||||||
bool "boost-math"
|
bool "boost-math"
|
||||||
|
|
||||||
config BR2_PACKAGE_BOOST_METAPARSE
|
config BR2_PACKAGE_BOOST_METAPARSE
|
||||||
|
depends on BR2_USE_MMU # boost-test
|
||||||
|
select BR2_PACKAGE_BOOST_TEST
|
||||||
bool "boost-metaparse"
|
bool "boost-metaparse"
|
||||||
|
|
||||||
config BR2_PACKAGE_BOOST_MPI
|
config BR2_PACKAGE_BOOST_MPI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user