janus-gateway: make echo test plugin optional
[buildroot-gz.git] / package / mtdev2tuio / Config.in
blob4195ecfeebfc40e8acd5fe116d17e832a1ac31b5
1 config BR2_PACKAGE_MTDEV2TUIO
2         bool "mtdev2tuio"
3         select BR2_PACKAGE_LIBLO
4         select BR2_PACKAGE_MTDEV
5         depends on BR2_TOOLCHAIN_HAS_THREADS # liblo
6         help
7           mtdev2tuio is a simple application for converting touch
8           events captured from libmtdev to TUIO 1.1
10           https://github.com/olivopaolo/mtdev2tuio
12 comment "mtdev2tuio needs a toolchain w/ threads"
13         depends on !BR2_TOOLCHAIN_HAS_THREADS