summaryrefslogtreecommitdiffstats
path: root/rules/libpv.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2008-08-25 08:29:04 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2008-08-25 08:29:04 +0000
commit5d0f40ff423caacc371bdd2eaf7c89a99c7028c0 (patch)
treee56d417f75978116d262fb5d59efc4a85c7fd17c /rules/libpv.in
parentee0f24ffd8034164781a19f149d80a26857f127c (diff)
downloadptxdist-5d0f40ff423caacc371bdd2eaf7c89a99c7028c0.tar.gz
ptxdist-5d0f40ff423caacc371bdd2eaf7c89a99c7028c0.tar.xz
* libpv:
- update to version 1.2.9 - add support for python bindings git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8769 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libpv.in')
-rw-r--r--rules/libpv.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/rules/libpv.in b/rules/libpv.in
index 5538dd048..9d9753f99 100644
--- a/rules/libpv.in
+++ b/rules/libpv.in
@@ -13,10 +13,11 @@ menuconfig LIBPV
The library has also an integrated JVisu socket server.
+if LIBPV
+
config LIBPV_EVENT
bool
prompt "event support"
- depends on LIBPV
help
This switch enables support for the libpv event mechanism. If
enabled it is possible to be notified when process variables have
@@ -33,10 +34,18 @@ config LIBPV_NEEDS_LIBMQUEUE
mostly the case on older glibc revisions prior 2.3.5. Newer
glibc revisions supports this feature natively.
+config LIBPV_PYTHON
+ bool
+ prompt "Python bindings"
+ select PYTHON24
+ help
+ FIXME: This item needs to be documented
+
config LIBPV_PVTOOL
bool
prompt "install pvtool"
- depends on LIBPV
help
pvtool is a tool belonging to libpv. It is used to read, write
and manipulate process variables in a standalone manner.
+
+endif