summaryrefslogtreecommitdiffstats
path: root/package/python3/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-10 16:32:48 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-10 16:32:48 +0100
commitbe6798ace7594eeef8a45d9a2c9e64cf6e3cb5b2 (patch)
tree52f8591aa5a4b85e2530ce6a23671b93a6f6a8a7 /package/python3/Config.in
parent9b79f2a637f6fa9a42ebabc6605ff3bbed792e47 (diff)
downloadbuildroot-be6798ace7594eeef8a45d9a2c9e64cf6e3cb5b2.tar.gz
buildroot-be6798ace7594eeef8a45d9a2c9e64cf6e3cb5b2.zip
python3: make the ossaudiodev module optional
Like was done for the 'python' package, also make the ossaudiodev module optional for 'python3'. ossaudiodev is always disabled for host-python3, and a new option is added to enable it for the target python3. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python3/Config.in')
-rw-r--r--package/python3/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/python3/Config.in b/package/python3/Config.in
index 375390fcf6..c3118c864e 100644
--- a/package/python3/Config.in
+++ b/package/python3/Config.in
@@ -61,6 +61,11 @@ config BR2_PACKAGE_PYTHON3_DECIMAL
help
decimal module for Python3.
+config BR2_PACKAGE_PYTHON3_OSSAUDIODEV
+ bool "ossaudiodev module"
+ help
+ ossaudiodev module for Python3.
+
config BR2_PACKAGE_PYTHON3_PYEXPAT
select BR2_PACKAGE_EXPAT
bool "pyexpat"
OpenPOWER on IntegriCloud