summaryrefslogtreecommitdiffstats
path: root/rules/python.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-05-14 08:21:28 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-05-14 08:21:28 +0000
commitfb9b70e05abcc6e29cf8ab1663535aba881ee6e2 (patch)
treede77bd1693357e3e9e3453c502091e6c260308ed /rules/python.in
parentabda918f6a2d9184341a95364643ad06cf17dbd7 (diff)
downloadptxdist-fb9b70e05abcc6e29cf8ab1663535aba881ee6e2.tar.gz
ptxdist-fb9b70e05abcc6e29cf8ab1663535aba881ee6e2.tar.xz
[python] added various bindings for python
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10517 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/python.in')
-rw-r--r--rules/python.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/rules/python.in b/rules/python.in
index 555484feb..ec78e613d 100644
--- a/rules/python.in
+++ b/rules/python.in
@@ -7,6 +7,13 @@ menuconfig PYTHON
select LIBC_PTHREAD
select HOST_PYTHON
select GCCLIBS_CXX
+ select NCURSES if PYTHON_NCURSES
+ select SQLITE if PYTHON_SQLITE
+ select BZIP2 if PYTHON_BZ2
+ select BZIP2__LIBBZ2 if PYTHON_BZ2
+ select ZLIB if PYTHON_ZLIB
+ select READLINE if PYTHON_READLINE
+ select DB if PYTHON_DB
help
Python is a dynamic object-oriented programming
language that can be used for many kinds of
@@ -29,6 +36,24 @@ choice
endchoice
+config PYTHON_NCURSES
+ bool "ncurses bindings"
+
+config PYTHON_SQLITE
+ bool "sqlite bindings"
+
+config PYTHON_BZ2
+ bool "libbz2 bindings"
+
+config PYTHON_ZLIB
+ bool "zlib bindings"
+
+config PYTHON_READLINE
+ bool "readline bindings"
+
+config PYTHON_DB
+ bool "db bindings"
+
config PYTHON_SYMLINK
bool
prompt "install symbolic link /usr/bin/python"