diff options
Diffstat (limited to 'package/boost/Config.in')
-rw-r--r-- | package/boost/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/boost/Config.in b/package/boost/Config.in index 97d080243a..83f6871e89 100644 --- a/package/boost/Config.in +++ b/package/boost/Config.in @@ -78,6 +78,10 @@ config BR2_PACKAGE_BOOST_COROUTINE bool "boost-coroutine" depends on BR2_PACKAGE_BOOST_CONTEXT +config BR2_PACKAGE_BOOST_COROUTINE2 + bool "boost-coroutine2" + depends on BR2_PACKAGE_BOOST_CONTEXT + config BR2_PACKAGE_BOOST_DATE_TIME bool "boost-date_time" |