https://bugs.kde.org/show_bug.cgi?id=364928
Bug ID: 364928 Summary: kwin-5.6.95 fails to build with kwayland-5.22.0 Product: kwin Version: 5.6.95 Platform: Gentoo Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: kwin-bugs-n...@kde.org Reporter: aspotas...@gmail.com kwin-5.6.95 fails to build with kwayland-5.22.0. Build log: === /var/tmp/portage/kde-plasma/kwin-5.6.95/work/kwin-5.6.95/input.cpp:1024:34: error: ‘touchDownRequested’ is not a member of ‘KWayland::Server::FakeInputDevice’ connect(device, &FakeInputDevice::touchDownRequested, this, ^ /var/tmp/portage/kde-plasma/kwin-5.6.95/work/kwin-5.6.95/input.cpp:1030:34: error: ‘touchMotionRequested’ is not a member of ‘KWayland::Server::FakeInputDevice’ connect(device, &FakeInputDevice::touchMotionRequested, this, ^ /var/tmp/portage/kde-plasma/kwin-5.6.95/work/kwin-5.6.95/input.cpp:1036:34: error: ‘touchUpRequested’ is not a member of ‘KWayland::Server::FakeInputDevice’ connect(device, &FakeInputDevice::touchUpRequested, this, ^ /var/tmp/portage/kde-plasma/kwin-5.6.95/work/kwin-5.6.95/input.cpp:1042:34: error: ‘touchCancelRequested’ is not a member of ‘KWayland::Server::FakeInputDevice’ connect(device, &FakeInputDevice::touchCancelRequested, this, ^ /var/tmp/portage/kde-plasma/kwin-5.6.95/work/kwin-5.6.95/input.cpp:1047:34: error: ‘touchFrameRequested’ is not a member of ‘KWayland::Server::FakeInputDevice’ connect(device, &FakeInputDevice::touchFrameRequested, this, ^ === kwin/CMakeLists.txt contains "find_package(KF5Wayland CONFIG REQUIRED)", but this line does not specify minimum required version which should be at least 5.23.0. Reproducible: Always -- You are receiving this mail because: You are watching all bug changes.