diff options
author | Hamish Moffatt <hamish@cloud.net.au> | 2008-02-06 00:55:05 +0000 |
---|---|---|
committer | Hamish Moffatt <hamish@cloud.net.au> | 2008-02-06 00:55:05 +0000 |
commit | 05ecb806ff958dcf2a2ac2683d765bfa272f7677 (patch) | |
tree | 26141bc9a6288f018103f3c8fe150686f4dfe53a /package/python/Config.in | |
parent | a5c831661e9e3c01676b860d407aabb98e3098cb (diff) | |
download | buildroot-novena-05ecb806ff958dcf2a2ac2683d765bfa272f7677.tar.gz buildroot-novena-05ecb806ff958dcf2a2ac2683d765bfa272f7677.zip |
Added configuration item to control whether development headers and libraries are installed on the target
Removed some additional files if optional modules are disabled
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 |