summaryrefslogtreecommitdiffstats
path: root/rules/libpv.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-05-08 13:07:18 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-05-08 13:07:18 +0000
commitef17708b2a1158e01ca6f1f092e383b4b52d57c3 (patch)
tree32ba05ff414dcea168dcf3ff494bdb769a62558b /rules/libpv.in
parentd08d2b16dcb99358000d570be94d3d5d0757b527 (diff)
downloadptxdist-ef17708b2a1158e01ca6f1f092e383b4b52d57c3.tar.gz
ptxdist-ef17708b2a1158e01ca6f1f092e383b4b52d57c3.tar.xz
* libpv: update to 1.3.0
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10404 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libpv.in')
-rw-r--r--rules/libpv.in16
1 files changed, 13 insertions, 3 deletions
diff --git a/rules/libpv.in b/rules/libpv.in
index 9892d5b8e..445f5f41b 100644
--- a/rules/libpv.in
+++ b/rules/libpv.in
@@ -1,12 +1,14 @@
## SECTION=scientific
+
menuconfig LIBPV
tristate
prompt "libpv "
select LIBLIST
select LIBC_PTHREAD
- select LIBXMLCONFIG
- select PYTHON if LIBPV_PYTHON
- select LIBMQUEUE if LIBPV_NEEDS_LIBMQUEUE
+ select LIBXMLCONFIG if !LIBPV_XML_EXPAT
+ select EXPAT if LIBPV_XML_EXPAT
+ 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
automation applications. The shared memory is being described by an
@@ -48,4 +50,12 @@ config LIBPV_PVTOOL
pvtool is a tool belonging to libpv. It is used to read, write
and manipulate process variables in a standalone manner.
+config LIBPV_XML_EXPAT
+ bool
+ prompt "use expat instead of libxmlconfig"
+ default y
+ help
+ If activated, use expat to parse the xml configuration instead
+ of libxmlconfig.
+
endif