Summary: | dev-qt/qtbase: add IUSE=wayland to pull qtwayland? | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ionen Wolkens <ionen> |
Component: | Current packages | Assignee: | Qt Bug Alias <qt> |
Status: | CONFIRMED --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 838970 |
It doesn't feel "entirely" right (because needs no options passed to qtbase), but this is similar to what qtgui:5 does using PDEPEND: PDEPEND="wayland? ( =dev-qt/qtwayland-${QT5_PV}* )" Currently there is nothing that can pull qtwayland with Qt6 afaik, and I've gotten this report: >18:05 < pmn> hello, PyQt6/qtwebengine builds don't pull in qtwayland is that intended? >18:07 < pmn> qutebrowser crashes here and i see in the trace that it's trying to load libX11.so and friends: Similarly to libSDL2, every individual packages normally don't handle picking between libsdl2[wayland] or libsdl2[X] -- and adding qtwayland to world feels counter-intuitive. So qtbase or some metapackage to handle it would help.