blob: 19499fd6e018388a698870b3a6bc309cb38ae5f2 [file] [log] [blame]
Stephan Hoffmanneed671a2012-09-21 20:59:49 +00001config BR2_PACKAGE_QTUIO
2 bool "qtuio"
3 depends on BR2_PACKAGE_QT_GUI_MODULE
4 help
5 Implementation of an interface connecting TUIO messages
6 and QT events
7
8 https://github.com/x29a/qTUIO
9
10config BR2_QTUIO_EXAMPLES
11 bool "qtuio examples"
12 depends on BR2_PACKAGE_QTUIO
13 help
14 Build and install qtuio examples
15
16comment "qtuio depends on QT gui module"
17 depends on !BR2_PACKAGE_QT_GUI_MODULE
18