|
@@ -323,6 +323,9 @@ config BR2_PACKAGE_BOOST_TIMER
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_TYPE_ERASURE
|
|
config BR2_PACKAGE_BOOST_TYPE_ERASURE
|
|
bool "boost-type_erasure"
|
|
bool "boost-type_erasure"
|
|
|
|
+ select BR2_PACKAGE_BOOST_CHRONO
|
|
|
|
+ select BR2_PACKAGE_BOOST_SYSTEM
|
|
|
|
+ select BR2_PACKAGE_BOOST_THREAD
|
|
help
|
|
help
|
|
Runtime polymorphism based on concepts.
|
|
Runtime polymorphism based on concepts.
|
|
|
|
|