Config.in 747 B

12345678910111213141516171819202122232425262728
  1. comment "qt6wayland needs an OpenGL-capable backend"
  2. depends on !BR2_PACKAGE_QT6_GL_SUPPORTS
  3. config BR2_PACKAGE_QT6WAYLAND
  4. bool "qt6wayland"
  5. depends on BR2_PACKAGE_QT6_GL_SUPPORTS
  6. select BR2_PACKAGE_WAYLAND
  7. select BR2_PACKAGE_QT6BASE_GUI
  8. # needed because we build host-qt6wayland
  9. select BR2_PACKAGE_HOST_QT6BASE_GUI
  10. help
  11. Qt is a cross-platform application and UI framework for
  12. developers using C++.
  13. This package corresponds to the qt6wayland module.
  14. https://doc.qt.io/qt-6/qtwayland-index.html
  15. if BR2_PACKAGE_QT6WAYLAND
  16. config BR2_PACKAGE_QT6WAYLAND_COMPOSITOR
  17. bool "Enable compositor (experimental)"
  18. select BR2_PACKAGE_LIBXKBCOMMON
  19. help
  20. The compositor API is still experimental, and not built by
  21. default.
  22. endif