summaryrefslogtreecommitdiffstats
path: root/rules/libpv.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/libpv.in')
-rw-r--r--rules/libpv.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/libpv.in b/rules/libpv.in
index 9d9753f99..586d4f62e 100644
--- a/rules/libpv.in
+++ b/rules/libpv.in
@@ -4,6 +4,7 @@ menuconfig LIBPV
select LIBLIST
select LIBC_PTHREAD
select LIBXMLCONFIG
+ select PYTHON24 if LIBPV_PYTHON
select LIBMQUEUE if LIBPV_NEEDS_LIBMQUEUE
help
libpv.so is a library that implements a user space shared memory for
@@ -37,7 +38,6 @@ config LIBPV_NEEDS_LIBMQUEUE
config LIBPV_PYTHON
bool
prompt "Python bindings"
- select PYTHON24
help
FIXME: This item needs to be documented