diff options
Diffstat (limited to 'package/python/Config.in')
-rw-r--r-- | package/python/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python/Config.in b/package/python/Config.in index c209b3e51..db09f8ef5 100644 --- a/package/python/Config.in +++ b/package/python/Config.in @@ -6,6 +6,14 @@ config BR2_PACKAGE_PYTHON http://www.python.org/ +config BR2_PACKAGE_PYTHON_DEV + depends on BR2_PACKAGE_PYTHON + bool "development files on target" + default n + help + If enabled, development files (headers and static libpython) will be + installed on the target. + choice prompt "Module format to install" depends on BR2_PACKAGE_PYTHON |