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 ac701524f9..150174cd8a 100644 --- a/package/boost/Config.in +++ b/package/boost/Config.in @@ -70,6 +70,10 @@ config BR2_PACKAGE_BOOST_CONTEXT depends on (BR2_arm || BR2_armeb || BR2_i386 || BR2_mips || BR2_mipsel \ || BR2_powerpc || BR2_sparc || BR2_x86_64) +config BR2_PACKAGE_BOOST_COROUTINE + bool "boost-coroutine" + depends on BR2_PACKAGE_BOOST_CONTEXT + config BR2_PACKAGE_BOOST_DATE_TIME bool "boost-date_time" |