mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user