dbus: bump to version 1.10.14
[buildroot-gz.git] / package / qtuio / Config.in
blobf46f1dd407541f390fb490ddf1dcfce5f0b92465
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
9           https://github.com/x29a/qTUIO
11 if BR2_PACKAGE_QTUIO
13 config BR2_QTUIO_EXAMPLES
14         bool "qtuio examples"
15         help
16           Build and install qtuio examples
18 endif
20 comment "qtuio depends on QT gui module"
21         depends on BR2_PACKAGE_QT
22         depends on !BR2_PACKAGE_QT_GUI_MODULE