summaryrefslogtreecommitdiffstats
path: root/rules/libpv.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2009-11-23 16:00:46 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2009-11-23 16:00:46 +0100
commit250b18f89a3cc64c82c5e7e4c8e8ead04a6a4f35 (patch)
tree7dc9efb2af9a51f923f1d16f1711cb18ee723dd7 /rules/libpv.in
parent792ab0e93ade4d4beae141f05ef37d7ba633ad6e (diff)
downloadptxdist-250b18f89a3cc64c82c5e7e4c8e8ead04a6a4f35.tar.gz
ptxdist-250b18f89a3cc64c82c5e7e4c8e8ead04a6a4f35.tar.xz
[libmqueue] remove it. It is not needed with any recent glibc
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libpv.in')
-rw-r--r--rules/libpv.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/rules/libpv.in b/rules/libpv.in
index 8af1bb82e..3c551dafe 100644
--- a/rules/libpv.in
+++ b/rules/libpv.in
@@ -8,7 +8,6 @@ menuconfig LIBPV
select LIBXMLCONFIG if !LIBPV_XML_EXPAT
select EXPAT if LIBPV_XML_EXPAT
select PYTHON 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
@@ -27,16 +26,6 @@ config LIBPV_EVENT
enabled it is possible to be notified when process variables have
changed.
-config LIBPV_NEEDS_LIBMQUEUE
- bool
- prompt "Posix Message Queue support for kernel 2.6"
- depends on LIBPV_EVENT
- help
- Enable this switch if your glibc doesn't yet support the new Posix
- Message Queues the kernel 2.6 already supports. This is
- 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"