ERROR: Qt Gui has been built without 'wayland' feature. This feature is required for building Qt Wayland Client.
CMake Error at /usr/lib64/cmake/Qt6/QtBuildInformation.cmake:220 (message):
Check the configuration messages for an error that has occurred.
Call Stack (most recent call first):
/usr/lib64/cmake/Qt6/QtBuildInformation.cmake:39 (qt_configure_print_summary)
/usr/lib64/cmake/Qt6/QtBuildRepoHelpers.cmake:392 (qt_print_feature_summary)
/usr/lib64/cmake/Qt6/QtBuildRepoHelpers.cmake:553 (qt_build_repo_end)
CMakeLists.txt:49 (qt_build_repo)
The USE flag for wayland should probably required here in the deps, so that the user is warned about it during dependency resolution instead of seeing a cmake failure.
The
USEflag forwaylandshould probably required here in the deps, so that the user is warned about it during dependency resolution instead of seeing acmakefailure.