f46f1dd407541f390fb490ddf1dcfce5f0b92465
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / qtuio / Config.in
1 config BR2_PACKAGE_QTUIO
2         bool "qtuio"
3         depends on BR2_PACKAGE_QT
4         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
11 if BR2_PACKAGE_QTUIO
12
13 config BR2_QTUIO_EXAMPLES
14         bool "qtuio examples"
15         help
16           Build and install qtuio examples
17
18 endif
19
20 comment "qtuio depends on QT gui module"
21         depends on BR2_PACKAGE_QT
22         depends on !BR2_PACKAGE_QT_GUI_MODULE