blob: f46f1dd407541f390fb490ddf1dcfce5f0b92465 [file] [log] [blame]
Stephan Hoffmanneed671a2012-09-21 20:59:49 +00001config BR2_PACKAGE_QTUIO
2 bool "qtuio"
Thomas Petazzoni699d1e72014-11-01 23:15:08 +01003 depends on BR2_PACKAGE_QT
Stephan Hoffmanneed671a2012-09-21 20:59:49 +00004 depends on BR2_PACKAGE_QT_GUI_MODULE
5 help
6 Implementation of an interface connecting TUIO messages
7 and QT events
8
9 https://github.com/x29a/qTUIO
10
Thomas De Schampheleire35eaed82013-12-20 22:31:30 +010011if BR2_PACKAGE_QTUIO
12
Stephan Hoffmanneed671a2012-09-21 20:59:49 +000013config BR2_QTUIO_EXAMPLES
14 bool "qtuio examples"
Stephan Hoffmanneed671a2012-09-21 20:59:49 +000015 help
16 Build and install qtuio examples
17
Thomas De Schampheleire35eaed82013-12-20 22:31:30 +010018endif
19
Stephan Hoffmanneed671a2012-09-21 20:59:49 +000020comment "qtuio depends on QT gui module"
Thomas Petazzoni699d1e72014-11-01 23:15:08 +010021 depends on BR2_PACKAGE_QT
Stephan Hoffmanneed671a2012-09-21 20:59:49 +000022 depends on !BR2_PACKAGE_QT_GUI_MODULE