summaryrefslogtreecommitdiffstats
path: root/package/boost/Config.in
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@smile.fr>2016-07-02 17:29:52 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-02 18:55:02 +0200
commitf7c9571cb0e00338b32cb1b17f185cfcc4ad4965 (patch)
treef2893df4a84dfb2efe8110c29102328623411256 /package/boost/Config.in
parenta446ab74493dff57b1151ccb99a30424bdf36884 (diff)
downloadbuildroot-f7c9571cb0e00338b32cb1b17f185cfcc4ad4965.tar.gz
buildroot-f7c9571cb0e00338b32cb1b17f185cfcc4ad4965.zip
package/boost: add boot-type_erasure support
Until now this library wasn't handled by the Buildroot packaging, so add a new config option to disable it when requested. Also disable boost-type_erasure for the host variant to keep it as minimal as possible. Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/boost/Config.in')
-rw-r--r--package/boost/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/boost/Config.in b/package/boost/Config.in
index 0cc9a589a9..51d4ed713a 100644
--- a/package/boost/Config.in
+++ b/package/boost/Config.in
@@ -154,6 +154,9 @@ config BR2_PACKAGE_BOOST_THREAD
config BR2_PACKAGE_BOOST_TIMER
bool "boost-timer"
+config BR2_PACKAGE_BOOST_TYPE_ERASURE
+ bool "boost-type_erasure"
+
config BR2_PACKAGE_BOOST_WAVE
bool "boost-wave"
OpenPOWER on IntegriCloud