Config.in 715 B

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