On Tue, Mar 2, 2021 at 1:41 PM Vlad Zahorodnii <vlad.zahorod...@kde.org> wrote: > > On 3/2/21 2:23 PM, Aleix Pol wrote: > > I saw. My patch was removing it though and it didn't fail on my > > system. Maybe it's a different behaviour between gcc and clang. I > > could try that... > > Another option is to try to remove #include "keyboard_input.h" in > wayland_server.h somehow. As far as I can tell, it's included because of > WaylandServer::updateKeyState(KWin::Xkb::LEDS leds).
Yes, right. But I'd still be playing pingpong with the CI as I cannot reproduce locally. Aleix