macaroni-os / macaroni-os/mark-issues
[qt-kit] `dev-qt/qtwaland` needs to depend on `dev-qt/qtgui[wayland]`
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 5
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
```
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the dependency declaration for dev-qt/qtwaland and inspect how its dev-qt/qtgui requirements are expressed. Add the required wayland USE flag there, then verify dependency resolution warns about the missing feature instead of reaching the reported CMake failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100