summaryrefslogtreecommitdiffstats
path: root/rules/libpv.in
blob: 579177ff6913dca55e0f7c4c37914c1fddeff746 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
menuconfig LIBPV
	bool
	prompt "libpv"
	select LIBLIST
	select LIBXMLCONFIG
	help
	  libpv.so is a library that implements a user space shared memory for 
	  automation applications. The shared memory is being described by an
	  XML file, the backing store can live on any mmapable file, for example
	  on a persistent storage or on a RAM disc. 

	  The library has also an integrated JVisu socket server. 

config LIBPV_PVTOOL
	bool
	prompt "install pvtool"
	depends on LIBPV