Config.in 573 B

123456789101112131415161718192021222324
  1. comment "qt5wayland needs an OpenGL-capable backend"
  2. depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
  3. config BR2_PACKAGE_QT5WAYLAND
  4. bool "qt5wayland"
  5. depends on BR2_PACKAGE_QT5_GL_AVAILABLE
  6. select BR2_PACKAGE_WAYLAND
  7. help
  8. Qt is a cross-platform application and UI framework for
  9. developers using C++.
  10. This package corresponds to the qt5wayland module.
  11. http://qt.io
  12. if BR2_PACKAGE_QT5WAYLAND
  13. config BR2_PACKAGE_QT5WAYLAND_COMPOSITOR
  14. bool "Enable compositor (experimental)"
  15. help
  16. The compositor API is still experimental, and not built by
  17. default.
  18. endif