Config.in 395 B

1234567891011121314151617181920
  1. config 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. https://github.com/x29a/qTUIO
  8. if BR2_PACKAGE_QTUIO
  9. config BR2_QTUIO_EXAMPLES
  10. bool "qtuio examples"
  11. help
  12. Build and install qtuio examples
  13. endif
  14. comment "qtuio depends on QT gui module"
  15. depends on !BR2_PACKAGE_QT_GUI_MODULE