diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-01-10 16:19:26 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-01-10 16:19:26 +0100 |
commit | 9b79f2a637f6fa9a42ebabc6605ff3bbed792e47 (patch) | |
tree | a7ec9c606f1ea0d5c1fa9b1bdff4d6c0b65cbf49 /package/python/Config.in | |
parent | 9c335f1838ec368840ca8292eb3b6c23b5f9907d (diff) | |
download | buildroot-9b79f2a637f6fa9a42ebabc6605ff3bbed792e47.tar.gz buildroot-9b79f2a637f6fa9a42ebabc6605ff3bbed792e47.zip |
python: add an option to make the ossaudiodev module optional for the target
Now that we have a configure option in Python to enable/disable the
ossaudiodev module, this commit adds a configuration option to the
target Python to explicitly enable/disable this module.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python/Config.in')
-rw-r--r-- | package/python/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/python/Config.in b/package/python/Config.in index 8b27630d7c..87defad812 100644 --- a/package/python/Config.in +++ b/package/python/Config.in @@ -60,6 +60,11 @@ config BR2_PACKAGE_PYTHON_CURSES help curses module for Python. +config BR2_PACKAGE_PYTHON_OSSAUDIODEV + bool "ossaudiodev module" + help + ossaudiodev module for Python. + config BR2_PACKAGE_PYTHON_PYEXPAT select BR2_PACKAGE_EXPAT bool "pyexpat" |