2012-08-30 04:56:38 +02:00
|
|
|
config BR2_PACKAGE_MTDEV2TUIO
|
|
|
|
bool "mtdev2tuio"
|
|
|
|
select BR2_PACKAGE_LIBLO
|
|
|
|
select BR2_PACKAGE_MTDEV
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # liblo
|
|
|
|
help
|
|
|
|
mtdev2tuio is a simple application for converting touch
|
|
|
|
events captured from libmtdev to TUIO 1.1
|
|
|
|
|
|
|
|
https://github.com/olivopaolo/mtdev2tuio
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "mtdev2tuio needs a toolchain w/ threads"
|
2012-08-30 04:56:38 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|