From 05ecb806ff958dcf2a2ac2683d765bfa272f7677 Mon Sep 17 00:00:00 2001 From: Hamish Moffatt Date: Wed, 6 Feb 2008 00:55:05 +0000 Subject: Added configuration item to control whether development headers and libraries are installed on the target Removed some additional files if optional modules are disabled --- package/python/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'package/python/Config.in') 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 -- cgit v1.2.3