Conditional dependency on QtWayland
antecrescent opened this issue · 0 comments
antecrescent commented
c2c2db6 added an unconditional dependency on QtWayland through its headers and the CMake configuration even though all QtWayland-dependent code is guarded by the isWayland_
bool or similar constructs.
What is your opinion on adding a Cmake option(...)
to make Wayland support optional at build time?
This would be of benefit to pure X11 users of fcitx.
On another note: The bug linked in the aforementioned commit's message has since been fixed. Maybe this is relevant.