Added configuration item to control whether development headers and libraries are installed on the target

Removed some additional files if optional modules are disabled
This commit is contained in:
Hamish Moffatt
2008-02-06 00:55:05 +00:00
parent a5c831661e
commit 05ecb806ff
2 changed files with 28 additions and 1 deletions

View File

@@ -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