buildrootschalter/package/mtdev2tuio/Config.in
Stephan Hoffmann dafa32b3bd mtdev2tuio: new package
mtdev2tuio is a simple application for converting touch events
to the standart TUIO 1.1 protocol.

https://github.com/olivopaolo/mtdev2tuio

[thomas.petazzoni@free-electrons.com: use TARGET_CONFIGURE_OPTS, fix
indentation, add dependency on thread support in toolchain]

Signed-off-by: Stephan Hoffmann <sho@relinux.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-08-30 05:09:50 +02:00

14 lines
400 B
Plaintext

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
comment "mtdev2tuio requires thread support in toolchain"
depends on !BR2_TOOLCHAIN_HAS_THREADS