summaryrefslogtreecommitdiffstats
path: root/package/boost/Config.in
diff options
context:
space:
mode:
authorJohan Derycke <johanderycke@gmail.com>2014-03-10 09:38:48 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-03-29 16:43:21 +0100
commit406655384fdbd03e5de884c6b60861a100d8fc94 (patch)
treef64d8196526405ced2b3607d59ac3c9f347e0fbc /package/boost/Config.in
parent24b651f0d897a423dd2f84f914aff6924ad04a3e (diff)
downloadbuildroot-406655384fdbd03e5de884c6b60861a100d8fc94.tar.gz
buildroot-406655384fdbd03e5de884c6b60861a100d8fc94.zip
boost: make build with python an option
Add an option to boost to build the Boost.Python library. http://www.boost.org/doc/libs/1_55_0/libs/python/doc/index.html Signed-off-by: Johan Derycke <johan.derycke@barco.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/boost/Config.in')
-rw-r--r--package/boost/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/boost/Config.in b/package/boost/Config.in
index fa6806129e..a15b849d10 100644
--- a/package/boost/Config.in
+++ b/package/boost/Config.in
@@ -94,6 +94,10 @@ config BR2_PACKAGE_BOOST_MPI
config BR2_PACKAGE_BOOST_PROGRAM_OPTIONS
bool "boost-program_options"
+config BR2_PACKAGE_BOOST_PYTHON
+ depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
+ bool "boost-python"
+
config BR2_PACKAGE_BOOST_RANDOM
bool "boost-random"
OpenPOWER on IntegriCloud